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