Uses of Class
com.azure.analytics.purview.datamap.models.AtlasTermAssignmentHeader
Packages that use AtlasTermAssignmentHeader
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasTermAssignmentHeader in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasTermAssignmentHeaderModifier and TypeMethodDescriptionstatic AtlasTermAssignmentHeaderAtlasTermAssignmentHeader.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasTermAssignmentHeader from the JsonReader.AtlasTermAssignmentHeader.setConfidence(Integer confidence) Set the confidence property: The confidence of the term assignment.AtlasTermAssignmentHeader.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasTermAssignmentHeader.setDescription(String description) Set the description property: The description of the term assignment.AtlasTermAssignmentHeader.setDisplayText(String displayText) Set the displayText property: The display text.AtlasTermAssignmentHeader.setExpression(String expression) Set the expression property: The expression of the term assignment.AtlasTermAssignmentHeader.setRelationGuid(String relationGuid) Set the relationGuid property: The GUID of the relationship.AtlasTermAssignmentHeader.setStatus(AtlasTermAssignmentStatus status) Set the status property: The status of terms assignment.AtlasTermAssignmentHeader.setSteward(String steward) Set the steward property: The steward of the term.AtlasTermAssignmentHeader.setTermGuid(String termGuid) Set the termGuid property: The GUID of the term.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasTermAssignmentHeaderModifier and TypeMethodDescriptionAtlasEntity.getMeanings()Get the meanings property: An array of term assignment headers indicating the meanings of the entity.AtlasEntityHeader.getMeanings()Get the meanings property: An array of term assignment headers.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasTermAssignmentHeaderModifier and TypeMethodDescriptionAtlasEntity.setMeanings(List<AtlasTermAssignmentHeader> meanings) Set the meanings property: An array of term assignment headers indicating the meanings of the entity.AtlasEntityHeader.setMeanings(List<AtlasTermAssignmentHeader> meanings) Set the meanings property: An array of term assignment headers.