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