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