Uses of Class
com.oracle.bmc.servicemesh.requests.ListIngressGatewaysRequest.SortBy
-
Packages that use ListIngressGatewaysRequest.SortBy Package Description com.oracle.bmc.servicemesh.requests -
-
Uses of ListIngressGatewaysRequest.SortBy in com.oracle.bmc.servicemesh.requests
Methods in com.oracle.bmc.servicemesh.requests that return ListIngressGatewaysRequest.SortBy Modifier and Type Method Description static ListIngressGatewaysRequest.SortBy
ListIngressGatewaysRequest.SortBy. create(String key)
ListIngressGatewaysRequest.SortBy
ListIngressGatewaysRequest. getSortBy()
The field to sort by.static ListIngressGatewaysRequest.SortBy
ListIngressGatewaysRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListIngressGatewaysRequest.SortBy[]
ListIngressGatewaysRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.servicemesh.requests with parameters of type ListIngressGatewaysRequest.SortBy Modifier and Type Method Description ListIngressGatewaysRequest.Builder
ListIngressGatewaysRequest.Builder. sortBy(ListIngressGatewaysRequest.SortBy sortBy)
The field to sort by.
-