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