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