Package com.oracle.bmc.dataflow.requests
Enum ListRunsRequest.SortBy
- java.lang.Object
-
- java.lang.Enum<ListRunsRequest.SortBy>
-
- com.oracle.bmc.dataflow.requests.ListRunsRequest.SortBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListRunsRequest.SortBy>
- Enclosing class:
- ListRunsRequest
public static enum ListRunsRequest.SortBy extends Enum<ListRunsRequest.SortBy> implements BmcEnum
The field used to sort the results.Multiple fields are not supported.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DataReadInBytes
DataWrittenInBytes
DisplayName
Language
LifecycleState
RunDurationInMilliseconds
TimeCreated
TotalOCpu
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListRunsRequest.SortBy
create(String key)
String
getValue()
static ListRunsRequest.SortBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListRunsRequest.SortBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TimeCreated
public static final ListRunsRequest.SortBy TimeCreated
-
DisplayName
public static final ListRunsRequest.SortBy DisplayName
-
Language
public static final ListRunsRequest.SortBy Language
-
RunDurationInMilliseconds
public static final ListRunsRequest.SortBy RunDurationInMilliseconds
-
LifecycleState
public static final ListRunsRequest.SortBy LifecycleState
-
TotalOCpu
public static final ListRunsRequest.SortBy TotalOCpu
-
DataReadInBytes
public static final ListRunsRequest.SortBy DataReadInBytes
-
DataWrittenInBytes
public static final ListRunsRequest.SortBy DataWrittenInBytes
-
-
Method Detail
-
values
public static ListRunsRequest.SortBy[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ListRunsRequest.SortBy c : ListRunsRequest.SortBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListRunsRequest.SortBy valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static ListRunsRequest.SortBy create(String key)
-
-