Uses of Class
com.oracle.bmc.datasafe.model.UpdateSensitiveColumnDetails.RelationType
-
Packages that use UpdateSensitiveColumnDetails.RelationType Package Description com.oracle.bmc.datasafe.model -
-
Uses of UpdateSensitiveColumnDetails.RelationType in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return UpdateSensitiveColumnDetails.RelationType Modifier and Type Method Description static UpdateSensitiveColumnDetails.RelationTypeUpdateSensitiveColumnDetails.RelationType. create(String key)UpdateSensitiveColumnDetails.RelationTypeUpdateSensitiveColumnDetails. getRelationType()The type of referential relationship the sensitive column has with its parent.static UpdateSensitiveColumnDetails.RelationTypeUpdateSensitiveColumnDetails.RelationType. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateSensitiveColumnDetails.RelationType[]UpdateSensitiveColumnDetails.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 UpdateSensitiveColumnDetails.RelationType Modifier and Type Method Description UpdateSensitiveColumnDetails.BuilderUpdateSensitiveColumnDetails.Builder. relationType(UpdateSensitiveColumnDetails.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 UpdateSensitiveColumnDetails.RelationType Constructor Description UpdateSensitiveColumnDetails(String dataType, UpdateSensitiveColumnDetails.Status status, String sensitiveTypeId, List<String> parentColumnKeys, UpdateSensitiveColumnDetails.RelationType relationType, List<String> appDefinedChildColumnKeys, List<String> dbDefinedChildColumnKeys)Deprecated.
-