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