Uses of Class
com.oracle.bmc.database.requests.ListAutonomousExadataInfrastructuresRequest.SortOrder
-
Packages that use ListAutonomousExadataInfrastructuresRequest.SortOrder Package Description com.oracle.bmc.database.requests -
-
Uses of ListAutonomousExadataInfrastructuresRequest.SortOrder in com.oracle.bmc.database.requests
Methods in com.oracle.bmc.database.requests that return ListAutonomousExadataInfrastructuresRequest.SortOrder Modifier and Type Method Description static ListAutonomousExadataInfrastructuresRequest.SortOrder
ListAutonomousExadataInfrastructuresRequest.SortOrder. create(String key)
ListAutonomousExadataInfrastructuresRequest.SortOrder
ListAutonomousExadataInfrastructuresRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).static ListAutonomousExadataInfrastructuresRequest.SortOrder
ListAutonomousExadataInfrastructuresRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAutonomousExadataInfrastructuresRequest.SortOrder[]
ListAutonomousExadataInfrastructuresRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListAutonomousExadataInfrastructuresRequest.Builder
ListAutonomousExadataInfrastructuresRequest.Builder. sortOrder(ListAutonomousExadataInfrastructuresRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-