Uses of Enum
com.azure.messaging.eventgrid.systemevents.MediaJobState
Packages that use MediaJobState
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of MediaJobState in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return MediaJobStateModifier and TypeMethodDescriptionstatic MediaJobStateMediaJobState.fromString(String value) Parses a serialized value to a MediaJobState instance.MediaJobOutputStateChangeEventData.getPreviousState()Get the previousState property: The previous state of the Job.MediaJobStateChangeEventData.getPreviousState()Get the previousState property: The previous state of the Job.MediaJobOutput.getState()Get the state property: Gets the Job output state.MediaJobStateChangeEventData.getState()Get the state property: The new state of the Job.static MediaJobStateReturns 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.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type MediaJobStateModifier and TypeMethodDescriptionMediaJobOutput.setState(MediaJobState state) Set the state property: Gets the Job output state.MediaJobOutputAsset.setState(MediaJobState state) Set the state property: Gets the Job output state.