Uses of Class
com.oracle.bmc.licensemanager.requests.ListLicenseRecordsRequest.SortBy
-
Packages that use ListLicenseRecordsRequest.SortBy Package Description com.oracle.bmc.licensemanager.requests -
-
Uses of ListLicenseRecordsRequest.SortBy in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.requests that return ListLicenseRecordsRequest.SortBy Modifier and Type Method Description static ListLicenseRecordsRequest.SortByListLicenseRecordsRequest.SortBy. create(String key)ListLicenseRecordsRequest.SortByListLicenseRecordsRequest. getSortBy()Specifies the attribute with which to sort the rules.static ListLicenseRecordsRequest.SortByListLicenseRecordsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListLicenseRecordsRequest.SortBy[]ListLicenseRecordsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListLicenseRecordsRequest.BuilderListLicenseRecordsRequest.Builder. sortBy(ListLicenseRecordsRequest.SortBy sortBy)Specifies the attribute with which to sort the rules.
-