Uses of Class
com.oracle.bmc.core.requests.ListSubnetsRequest.SortOrder
-
Packages that use ListSubnetsRequest.SortOrder Package Description com.oracle.bmc.core.requests -
-
Uses of ListSubnetsRequest.SortOrder in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListSubnetsRequest.SortOrder Modifier and Type Method Description static ListSubnetsRequest.SortOrder
ListSubnetsRequest.SortOrder. create(String key)
ListSubnetsRequest.SortOrder
ListSubnetsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListSubnetsRequest.SortOrder
ListSubnetsRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSubnetsRequest.SortOrder[]
ListSubnetsRequest.SortOrder. 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 ListSubnetsRequest.SortOrder Modifier and Type Method Description ListSubnetsRequest.Builder
ListSubnetsRequest.Builder. sortOrder(ListSubnetsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-