@Generated(value="OracleSDKGenerator", comments="API Version: 20211101") public enum MediaWorkflowJobSortBy extends Enum<MediaWorkflowJobSortBy> implements BmcEnum
Sort by field for the Media Workflow Job.
Enum Constant and Description |
---|
LifecycleState |
TimeCreated |
WorkflowId |
Modifier and Type | Method and Description |
---|---|
static MediaWorkflowJobSortBy |
create(String key) |
String |
getValue() |
static MediaWorkflowJobSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaWorkflowJobSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaWorkflowJobSortBy TimeCreated
public static final MediaWorkflowJobSortBy WorkflowId
public static final MediaWorkflowJobSortBy LifecycleState
public static MediaWorkflowJobSortBy[] values()
for (MediaWorkflowJobSortBy c : MediaWorkflowJobSortBy.values()) System.out.println(c);
public static MediaWorkflowJobSortBy valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MediaWorkflowJobSortBy create(String key)
Copyright © 2016–2024. All rights reserved.