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