Uses of Class
com.oracle.bmc.waas.requests.ListEdgeSubnetsRequest.SortOrder
-
Packages that use ListEdgeSubnetsRequest.SortOrder Package Description com.oracle.bmc.waas.requests -
-
Uses of ListEdgeSubnetsRequest.SortOrder in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListEdgeSubnetsRequest.SortOrder Modifier and Type Method Description static ListEdgeSubnetsRequest.SortOrder
ListEdgeSubnetsRequest.SortOrder. create(String key)
ListEdgeSubnetsRequest.SortOrder
ListEdgeSubnetsRequest. getSortOrder()
The value of the sorting direction of resources in a paginated ‘List’ call.static ListEdgeSubnetsRequest.SortOrder
ListEdgeSubnetsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListEdgeSubnetsRequest.SortOrder[]
ListEdgeSubnetsRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.requests with parameters of type ListEdgeSubnetsRequest.SortOrder Modifier and Type Method Description ListEdgeSubnetsRequest.Builder
ListEdgeSubnetsRequest.Builder. sortOrder(ListEdgeSubnetsRequest.SortOrder sortOrder)
The value of the sorting direction of resources in a paginated ‘List’ call.
-