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