Uses of Class
com.oracle.bmc.osubusage.requests.ListComputedUsagesRequest.SortBy
- 
Packages that use ListComputedUsagesRequest.SortBy Package Description com.oracle.bmc.osubusage.requests 
- 
- 
Uses of ListComputedUsagesRequest.SortBy in com.oracle.bmc.osubusage.requestsMethods in com.oracle.bmc.osubusage.requests that return ListComputedUsagesRequest.SortBy Modifier and Type Method Description static ListComputedUsagesRequest.SortByListComputedUsagesRequest.SortBy. create(String key)ListComputedUsagesRequest.SortByListComputedUsagesRequest. getSortBy()The field to sort by.static ListComputedUsagesRequest.SortByListComputedUsagesRequest.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.osubusage.requests with parameters of type ListComputedUsagesRequest.SortBy Modifier and Type Method Description ListComputedUsagesRequest.BuilderListComputedUsagesRequest.Builder. sortBy(ListComputedUsagesRequest.SortBy sortBy)The field to sort by.
 
-