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