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