Uses of Class
com.oracle.bmc.licensemanager.requests.ListProductLicensesRequest.SortOrder
-
Packages that use ListProductLicensesRequest.SortOrder Package Description com.oracle.bmc.licensemanager.requests -
-
Uses of ListProductLicensesRequest.SortOrder in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return ListProductLicensesRequest.SortOrder Modifier and Type Method Description static ListProductLicensesRequest.SortOrderListProductLicensesRequest.SortOrder. create(String key)ListProductLicensesRequest.SortOrderListProductLicensesRequest. getSortOrder()The sort order to use, whether ASC or DESC.static ListProductLicensesRequest.SortOrderListProductLicensesRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListProductLicensesRequest.SortOrder[]ListProductLicensesRequest.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 ListProductLicensesRequest.SortOrder Modifier and Type Method Description ListProductLicensesRequest.BuilderListProductLicensesRequest.Builder. sortOrder(ListProductLicensesRequest.SortOrder sortOrder)The sort order to use, whether ASC or DESC.
-