Uses of Class
com.azure.analytics.purview.datamap.models.AtlasConstraintDef
Packages that use AtlasConstraintDef
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasConstraintDef in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasConstraintDefModifier and TypeMethodDescriptionstatic AtlasConstraintDefAtlasConstraintDef.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasConstraintDef from the JsonReader.Set the params property: The parameters of the constraint definition.Set the type property: The type of the constraint.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasConstraintDefModifier and TypeMethodDescriptionAtlasAttributeDef.getConstraints()Get the constraints property: An array of constraints.AtlasRelationshipAttributeDef.getConstraints()Get the constraints property: An array of constraints.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasConstraintDefModifier and TypeMethodDescriptionAtlasAttributeDef.setConstraints(List<AtlasConstraintDef> constraints) Set the constraints property: An array of constraints.AtlasRelationshipAttributeDef.setConstraints(List<AtlasConstraintDef> constraints) Set the constraints property: An array of constraints.