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