public class MediaJobCanceledEventData extends MediaJobStateChangeEventData
| Constructor and Description |
|---|
MediaJobCanceledEventData() |
| Modifier and Type | Method and Description |
|---|---|
List<MediaJobOutput> |
outputs()
Get gets the Job outputs.
|
MediaJobCanceledEventData |
withOutputs(List<MediaJobOutput> outputs)
Set gets the Job outputs.
|
correlationData, previousState, state, withCorrelationDatapublic List<MediaJobOutput> outputs()
public MediaJobCanceledEventData withOutputs(List<MediaJobOutput> outputs)
outputs - the outputs value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/