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