Uses of Class
com.microsoft.azure.eventgrid.models.MediaJobState
-
Packages that use MediaJobState Package Description com.microsoft.azure.eventgrid.models This package contains the models classes for EventGridClient. -
-
Uses of MediaJobState in com.microsoft.azure.eventgrid.models
Methods in com.microsoft.azure.eventgrid.models that return MediaJobState Modifier and Type Method Description static MediaJobStateMediaJobState. fromString(String value)Parses a serialized value to a MediaJobState instance.MediaJobStateMediaJobOutputStateChangeEventData. previousState()Get the previous state of the Job.MediaJobStateMediaJobStateChangeEventData. previousState()Get the previous state of the Job.MediaJobStateMediaJobOutput. state()Get gets the Job output state.MediaJobStateMediaJobStateChangeEventData. state()Get the new state of the Job.static MediaJobStateMediaJobState. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaJobState[]MediaJobState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.microsoft.azure.eventgrid.models with parameters of type MediaJobState Constructor Description MediaJobOutput(long progress, MediaJobState state)Creates an instance of MediaJobOutput class.
-