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