Uses of Class
com.oracle.bmc.datacatalog.requests.ListDerivedLogicalEntitiesRequest.SortOrder
-
Packages that use ListDerivedLogicalEntitiesRequest.SortOrder Package Description com.oracle.bmc.datacatalog.requests -
-
Uses of ListDerivedLogicalEntitiesRequest.SortOrder in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListDerivedLogicalEntitiesRequest.SortOrder Modifier and Type Method Description static ListDerivedLogicalEntitiesRequest.SortOrder
ListDerivedLogicalEntitiesRequest.SortOrder. create(String key)
ListDerivedLogicalEntitiesRequest.SortOrder
ListDerivedLogicalEntitiesRequest. getSortOrder()
The sort order to use, either ‘asc’ or ‘desc’.static ListDerivedLogicalEntitiesRequest.SortOrder
ListDerivedLogicalEntitiesRequest.SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDerivedLogicalEntitiesRequest.SortOrder[]
ListDerivedLogicalEntitiesRequest.SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacatalog.requests with parameters of type ListDerivedLogicalEntitiesRequest.SortOrder Modifier and Type Method Description ListDerivedLogicalEntitiesRequest.Builder
ListDerivedLogicalEntitiesRequest.Builder. sortOrder(ListDerivedLogicalEntitiesRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
-