Class MediaJobScheduledEventData
java.lang.Object
com.azure.messaging.eventgrid.systemevents.MediaJobStateChangeEventData
com.azure.messaging.eventgrid.systemevents.MediaJobScheduledEventData
Job scheduled event data. Schema of the data property of an EventGridEvent for a Microsoft.Media.JobScheduled event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MediaJobScheduledEventData class. -
Method Summary
Modifier and TypeMethodDescriptionsetCorrelationData(Map<String, String> correlationData) Set the correlationData property: Gets the Job correlation data.Methods inherited from class com.azure.messaging.eventgrid.systemevents.MediaJobStateChangeEventData
getCorrelationData, getPreviousState, getState
-
Constructor Details
-
MediaJobScheduledEventData
public MediaJobScheduledEventData()Creates an instance of MediaJobScheduledEventData class.
-
-
Method Details
-
setCorrelationData
Set the correlationData property: Gets the Job correlation data.- Overrides:
setCorrelationDatain classMediaJobStateChangeEventData- Parameters:
correlationData- the correlationData value to set.- Returns:
- the MediaJobStateChangeEventData object itself.
-