Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListScheduledJobsRequest.SortBy
-
Packages that use ListScheduledJobsRequest.SortBy Package Description com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListScheduledJobsRequest.SortBy in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListScheduledJobsRequest.SortBy Modifier and Type Method Description static ListScheduledJobsRequest.SortBy
ListScheduledJobsRequest.SortBy. create(String key)
ListScheduledJobsRequest.SortBy
ListScheduledJobsRequest. getSortBy()
The field to sort by.static ListScheduledJobsRequest.SortBy
ListScheduledJobsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListScheduledJobsRequest.SortBy[]
ListScheduledJobsRequest.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 ListScheduledJobsRequest.SortBy Modifier and Type Method Description ListScheduledJobsRequest.Builder
ListScheduledJobsRequest.Builder. sortBy(ListScheduledJobsRequest.SortBy sortBy)
The field to sort by.
-