Uses of Class
com.oracle.bmc.datasafe.requests.ListReferentialRelationsRequest.RelationType
-
Packages that use ListReferentialRelationsRequest.RelationType Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListReferentialRelationsRequest.RelationType in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListReferentialRelationsRequest.RelationType Modifier and Type Method Description static ListReferentialRelationsRequest.RelationTypeListReferentialRelationsRequest.RelationType. create(String key)static ListReferentialRelationsRequest.RelationTypeListReferentialRelationsRequest.RelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListReferentialRelationsRequest.RelationType[]ListReferentialRelationsRequest.RelationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests that return types with arguments of type ListReferentialRelationsRequest.RelationType Modifier and Type Method Description List<ListReferentialRelationsRequest.RelationType>ListReferentialRelationsRequest. getRelationType()A filter to return sensitive columns based on their relationship with their parent columns.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListReferentialRelationsRequest.RelationType Modifier and Type Method Description ListReferentialRelationsRequest.BuilderListReferentialRelationsRequest.Builder. relationType(ListReferentialRelationsRequest.RelationType singularValue)Singular setter.Method parameters in com.oracle.bmc.datasafe.requests with type arguments of type ListReferentialRelationsRequest.RelationType Modifier and Type Method Description ListReferentialRelationsRequest.BuilderListReferentialRelationsRequest.Builder. relationType(List<ListReferentialRelationsRequest.RelationType> relationType)A filter to return sensitive columns based on their relationship with their parent columns.
-