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