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