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.SortOrderListNatGatewaysRequest.SortOrder. create(String key)ListNatGatewaysRequest.SortOrderListNatGatewaysRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListNatGatewaysRequest.SortOrderListNatGatewaysRequest.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.BuilderListNatGatewaysRequest.Builder. sortOrder(ListNatGatewaysRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-