Uses of Class
com.oracle.bmc.limits.requests.ListQuotasRequest.SortBy
-
Packages that use ListQuotasRequest.SortBy Package Description com.oracle.bmc.limits.requests -
-
Uses of ListQuotasRequest.SortBy in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return ListQuotasRequest.SortBy Modifier and Type Method Description static ListQuotasRequest.SortBy
ListQuotasRequest.SortBy. create(String key)
ListQuotasRequest.SortBy
ListQuotasRequest. getSortBy()
The field to sort by.static ListQuotasRequest.SortBy
ListQuotasRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListQuotasRequest.SortBy[]
ListQuotasRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.limits.requests with parameters of type ListQuotasRequest.SortBy Modifier and Type Method Description ListQuotasRequest.Builder
ListQuotasRequest.Builder. sortBy(ListQuotasRequest.SortBy sortBy)
The field to sort by.
-