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