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