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