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.SortOrderListTopUtilizedProductLicensesRequest.SortOrder. create(String key)ListTopUtilizedProductLicensesRequest.SortOrderListTopUtilizedProductLicensesRequest. getSortOrder()The sort order to use, whether ASC or DESC.static ListTopUtilizedProductLicensesRequest.SortOrderListTopUtilizedProductLicensesRequest.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.BuilderListTopUtilizedProductLicensesRequest.Builder. sortOrder(ListTopUtilizedProductLicensesRequest.SortOrder sortOrder)The sort order to use, whether ASC or DESC.
-