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