Uses of Class
com.oracle.bmc.datasafe.model.MaskingPolicyColumnsInfo.ObjectType
-
Packages that use MaskingPolicyColumnsInfo.ObjectType Package Description com.oracle.bmc.datasafe.model -
-
Uses of MaskingPolicyColumnsInfo.ObjectType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return MaskingPolicyColumnsInfo.ObjectType Modifier and Type Method Description static MaskingPolicyColumnsInfo.ObjectTypeMaskingPolicyColumnsInfo.ObjectType. create(String key)MaskingPolicyColumnsInfo.ObjectTypeMaskingPolicyColumnsInfo. getObjectType()The type of the database object that contains the masking policy.static MaskingPolicyColumnsInfo.ObjectTypeMaskingPolicyColumnsInfo.ObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static MaskingPolicyColumnsInfo.ObjectType[]MaskingPolicyColumnsInfo.ObjectType. 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 MaskingPolicyColumnsInfo.ObjectType Modifier and Type Method Description MaskingPolicyColumnsInfo.BuilderMaskingPolicyColumnsInfo.Builder. objectType(MaskingPolicyColumnsInfo.ObjectType objectType)The type of the database object that contains the masking policy.Constructors in com.oracle.bmc.datasafe.model with parameters of type MaskingPolicyColumnsInfo.ObjectType Constructor Description MaskingPolicyColumnsInfo(String schemaName, MaskingPolicyColumnsInfo.ObjectType objectType, String objectName, List<String> referentialColumnGroup)Deprecated.
-