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