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