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