Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListSubscriptionsRequest.SortBy
-
Packages that use ListSubscriptionsRequest.SortBy Package Description com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListSubscriptionsRequest.SortBy in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListSubscriptionsRequest.SortBy Modifier and Type Method Description static ListSubscriptionsRequest.SortBy
ListSubscriptionsRequest.SortBy. create(String key)
ListSubscriptionsRequest.SortBy
ListSubscriptionsRequest. getSortBy()
The field to sort by.static ListSubscriptionsRequest.SortBy
ListSubscriptionsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSubscriptionsRequest.SortBy[]
ListSubscriptionsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type ListSubscriptionsRequest.SortBy Modifier and Type Method Description ListSubscriptionsRequest.Builder
ListSubscriptionsRequest.Builder. sortBy(ListSubscriptionsRequest.SortBy sortBy)
The field to sort by.
-