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