Uses of Class
com.oracle.bmc.datasafe.model.ReferentialRelationSummary.RelationType
-
Packages that use ReferentialRelationSummary.RelationType Package Description com.oracle.bmc.datasafe.model -
-
Uses of ReferentialRelationSummary.RelationType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return ReferentialRelationSummary.RelationType Modifier and Type Method Description static ReferentialRelationSummary.RelationTypeReferentialRelationSummary.RelationType. create(String key)ReferentialRelationSummary.RelationTypeReferentialRelationSummary. getRelationType()The type of referential relationship the sensitive column has with its parent.static ReferentialRelationSummary.RelationTypeReferentialRelationSummary.RelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferentialRelationSummary.RelationType[]ReferentialRelationSummary.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 ReferentialRelationSummary.RelationType Modifier and Type Method Description ReferentialRelationSummary.BuilderReferentialRelationSummary.Builder. relationType(ReferentialRelationSummary.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 ReferentialRelationSummary.RelationType Constructor Description ReferentialRelationSummary(String key, ReferentialRelationLifecycleState lifecycleState, String sensitiveDataModelId, ReferentialRelationSummary.RelationType relationType, ColumnsInfo parent, ColumnsInfo child, Boolean isSensitive)Deprecated.
-