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