Uses of Class
com.oracle.bmc.datasafe.model.ReferentialRelation.RelationType
-
Packages that use ReferentialRelation.RelationType Package Description com.oracle.bmc.datasafe.model -
-
Uses of ReferentialRelation.RelationType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReferentialRelation.RelationType Modifier and Type Method Description static ReferentialRelation.RelationTypeReferentialRelation.RelationType. create(String key)ReferentialRelation.RelationTypeReferentialRelation. getRelationType()The type of referential relationship the sensitive column has with its parent.static ReferentialRelation.RelationTypeReferentialRelation.RelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferentialRelation.RelationType[]ReferentialRelation.RelationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type ReferentialRelation.RelationType Modifier and Type Method Description ReferentialRelation.BuilderReferentialRelation.Builder. relationType(ReferentialRelation.RelationType relationType)The type of referential relationship the sensitive column has with its parent.Constructors in com.oracle.bmc.datasafe.model with parameters of type ReferentialRelation.RelationType Constructor Description ReferentialRelation(String key, ReferentialRelationLifecycleState lifecycleState, String sensitiveDataModelId, ReferentialRelation.RelationType relationType, ColumnsInfo parent, ColumnsInfo child, Boolean isSensitive)Deprecated.
-