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