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