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