Uses of Class
com.oracle.bmc.limits.requests.ListServicesRequest.SortBy
-
Packages that use ListServicesRequest.SortBy Package Description com.oracle.bmc.limits.requests -
-
Uses of ListServicesRequest.SortBy in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return ListServicesRequest.SortBy Modifier and Type Method Description static ListServicesRequest.SortBy
ListServicesRequest.SortBy. create(String key)
ListServicesRequest.SortBy
ListServicesRequest. getSortBy()
The field to sort by.static ListServicesRequest.SortBy
ListServicesRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListServicesRequest.SortBy[]
ListServicesRequest.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 ListServicesRequest.SortBy Modifier and Type Method Description ListServicesRequest.Builder
ListServicesRequest.Builder. sortBy(ListServicesRequest.SortBy sortBy)
The field to sort by.
-