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