Uses of Class
com.oracle.bmc.apigateway.requests.ListGatewaysRequest.SortOrder
-
Packages that use ListGatewaysRequest.SortOrder Package Description com.oracle.bmc.apigateway.requests -
-
Uses of ListGatewaysRequest.SortOrder in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return ListGatewaysRequest.SortOrder Modifier and Type Method Description static ListGatewaysRequest.SortOrderListGatewaysRequest.SortOrder. create(String key)ListGatewaysRequest.SortOrderListGatewaysRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’.static ListGatewaysRequest.SortOrderListGatewaysRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListGatewaysRequest.SortOrder[]ListGatewaysRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apigateway.requests with parameters of type ListGatewaysRequest.SortOrder Modifier and Type Method Description ListGatewaysRequest.BuilderListGatewaysRequest.Builder. sortOrder(ListGatewaysRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.
-