Package com.oracle.bmc.mysql.requests
Enum ListWorkRequestsRequest.SortBy
- java.lang.Object
- 
- java.lang.Enum<ListWorkRequestsRequest.SortBy>
- 
- com.oracle.bmc.mysql.requests.ListWorkRequestsRequest.SortBy
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<ListWorkRequestsRequest.SortBy>
 - Enclosing class:
- ListWorkRequestsRequest
 
 public static enum ListWorkRequestsRequest.SortBy extends Enum<ListWorkRequestsRequest.SortBy> implements BmcEnum The optional field to sort the results by.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description IdOperationTypeStatusTimeAcceptedTimeFinishedTimeStarted
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWorkRequestsRequest.SortBycreate(String key)StringgetValue()static ListWorkRequestsRequest.SortByvalueOf(String name)Returns the enum constant of this type with the specified name.static ListWorkRequestsRequest.SortBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Idpublic static final ListWorkRequestsRequest.SortBy Id 
 - 
OperationTypepublic static final ListWorkRequestsRequest.SortBy OperationType 
 - 
Statuspublic static final ListWorkRequestsRequest.SortBy Status 
 - 
TimeAcceptedpublic static final ListWorkRequestsRequest.SortBy TimeAccepted 
 - 
TimeStartedpublic static final ListWorkRequestsRequest.SortBy TimeStarted 
 - 
TimeFinishedpublic static final ListWorkRequestsRequest.SortBy TimeFinished 
 
- 
 - 
Method Detail- 
valuespublic static ListWorkRequestsRequest.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 (ListWorkRequestsRequest.SortBy c : ListWorkRequestsRequest.SortBy.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static ListWorkRequestsRequest.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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ListWorkRequestsRequest.SortBy create(String key) 
 
- 
 
-