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