Uses of Class
com.oracle.bmc.artifacts.requests.ListContainerImagesRequest.SortOrder
-
Packages that use ListContainerImagesRequest.SortOrder Package Description com.oracle.bmc.artifacts.requests -
-
Uses of ListContainerImagesRequest.SortOrder in com.oracle.bmc.artifacts.requests
Methods in com.oracle.bmc.artifacts.requests that return ListContainerImagesRequest.SortOrder Modifier and Type Method Description static ListContainerImagesRequest.SortOrder
ListContainerImagesRequest.SortOrder. create(String key)
ListContainerImagesRequest.SortOrder
ListContainerImagesRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListContainerImagesRequest.SortOrder
ListContainerImagesRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListContainerImagesRequest.SortOrder[]
ListContainerImagesRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.artifacts.requests with parameters of type ListContainerImagesRequest.SortOrder Modifier and Type Method Description ListContainerImagesRequest.Builder
ListContainerImagesRequest.Builder. sortOrder(ListContainerImagesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-