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