@Generated(value="OracleSDKGenerator", comments="API Version: 20211101") public enum MediaAssetSortBy extends Enum<MediaAssetSortBy> implements BmcEnum
The field to sort by.
Enum Constant and Description |
---|
CompartmentId |
DisplayName |
LifecycleState |
MasterMediaAssetId |
ParentMediaAssetId |
TimeCreated |
TimeUpdated |
Type |
Modifier and Type | Method and Description |
---|---|
static MediaAssetSortBy |
create(String key) |
String |
getValue() |
static MediaAssetSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaAssetSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaAssetSortBy CompartmentId
public static final MediaAssetSortBy Type
public static final MediaAssetSortBy LifecycleState
public static final MediaAssetSortBy ParentMediaAssetId
public static final MediaAssetSortBy MasterMediaAssetId
public static final MediaAssetSortBy DisplayName
public static final MediaAssetSortBy TimeCreated
public static final MediaAssetSortBy TimeUpdated
public static MediaAssetSortBy[] values()
for (MediaAssetSortBy c : MediaAssetSortBy.values()) System.out.println(c);
public static MediaAssetSortBy 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 MediaAssetSortBy create(String key)
Copyright © 2016–2024. All rights reserved.