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