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.SortByListOccDemandSignalsRequest.SortBy. create(String key)ListOccDemandSignalsRequest.SortByListOccDemandSignalsRequest. getSortBy()The field to sort by.static ListOccDemandSignalsRequest.SortByListOccDemandSignalsRequest.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.BuilderListOccDemandSignalsRequest.Builder. sortBy(ListOccDemandSignalsRequest.SortBy sortBy)The field to sort by.
-