Enum ListSchemasRequest.SortBy
- java.lang.Object
- 
- java.lang.Enum<ListSchemasRequest.SortBy>
- 
- com.oracle.bmc.dataintegration.requests.ListSchemasRequest.SortBy
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<ListSchemasRequest.SortBy>
 - Enclosing class:
- ListSchemasRequest
 
 public static enum ListSchemasRequest.SortBy extends Enum<ListSchemasRequest.SortBy> implements BmcEnum Specifies the field to sort by.Accepts only one field. By default, when you sort by time fields, results are shown in descending order. All other fields default to ascending order. Sorting related parameters are ignored when parameter query is present (search operation and sorting order is by relevance score in descending order). 
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description DisplayNameTimeCreatedTimeUpdated
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSchemasRequest.SortBycreate(String key)StringgetValue()static ListSchemasRequest.SortByvalueOf(String name)Returns the enum constant of this type with the specified name.static ListSchemasRequest.SortBy[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
TimeCreatedpublic static final ListSchemasRequest.SortBy TimeCreated 
 - 
DisplayNamepublic static final ListSchemasRequest.SortBy DisplayName 
 - 
TimeUpdatedpublic static final ListSchemasRequest.SortBy TimeUpdated 
 
- 
 - 
Method Detail- 
valuespublic static ListSchemasRequest.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 (ListSchemasRequest.SortBy c : ListSchemasRequest.SortBy.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static ListSchemasRequest.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 ListSchemasRequest.SortBy create(String key) 
 
- 
 
-