Uses of Class
com.oracle.bmc.apigateway.requests.ListGatewaysRequest.SortBy
-
Packages that use ListGatewaysRequest.SortBy Package Description com.oracle.bmc.apigateway.requests -
-
Uses of ListGatewaysRequest.SortBy in com.oracle.bmc.apigateway.requests
Methods in com.oracle.bmc.apigateway.requests that return ListGatewaysRequest.SortBy Modifier and Type Method Description static ListGatewaysRequest.SortByListGatewaysRequest.SortBy. create(String key)ListGatewaysRequest.SortByListGatewaysRequest. getSortBy()The field to sort by.static ListGatewaysRequest.SortByListGatewaysRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListGatewaysRequest.SortBy[]ListGatewaysRequest.SortBy. 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.SortBy Modifier and Type Method Description ListGatewaysRequest.BuilderListGatewaysRequest.Builder. sortBy(ListGatewaysRequest.SortBy sortBy)The field to sort by.
-