Uses of Class
com.oracle.bmc.datasafe.model.MaskingPolicyReferentialRelationSummary.RelationType
-
Packages that use MaskingPolicyReferentialRelationSummary.RelationType Package Description com.oracle.bmc.datasafe.model -
-
Uses of MaskingPolicyReferentialRelationSummary.RelationType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingPolicyReferentialRelationSummary.RelationType Modifier and Type Method Description static MaskingPolicyReferentialRelationSummary.RelationType
MaskingPolicyReferentialRelationSummary.RelationType. create(String key)
MaskingPolicyReferentialRelationSummary.RelationType
MaskingPolicyReferentialRelationSummary. getRelationType()
The type of referential relationship the column has with its parent.static MaskingPolicyReferentialRelationSummary.RelationType
MaskingPolicyReferentialRelationSummary.RelationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaskingPolicyReferentialRelationSummary.RelationType[]
MaskingPolicyReferentialRelationSummary.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 MaskingPolicyReferentialRelationSummary.RelationType Modifier and Type Method Description MaskingPolicyReferentialRelationSummary.Builder
MaskingPolicyReferentialRelationSummary.Builder. relationType(MaskingPolicyReferentialRelationSummary.RelationType relationType)
The type of referential relationship the column has with its parent.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskingPolicyReferentialRelationSummary.RelationType Constructor Description MaskingPolicyReferentialRelationSummary(String maskingPolicyId, MaskingPolicyReferentialRelationSummary.RelationType relationType, MaskingPolicyColumnsInfo parent, MaskingPolicyColumnsInfo child, List<String> maskingFormat)
Deprecated.
-