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