Uses of Class
com.oracle.bmc.ocvp.model.SortOrders
-
Packages that use SortOrders Package Description com.oracle.bmc.ocvp.model com.oracle.bmc.ocvp.requests -
-
Uses of SortOrders in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return SortOrders Modifier and Type Method Description static SortOrders
SortOrders. create(String key)
static SortOrders
SortOrders. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrders[]
SortOrders. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortOrders in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return SortOrders Modifier and Type Method Description SortOrders
ListClustersRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).SortOrders
ListEsxiHostsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).SortOrders
ListSddcsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).Methods in com.oracle.bmc.ocvp.requests with parameters of type SortOrders Modifier and Type Method Description ListClustersRequest.Builder
ListClustersRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).ListEsxiHostsRequest.Builder
ListEsxiHostsRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).ListSddcsRequest.Builder
ListSddcsRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-