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