Uses of Class
com.azure.analytics.purview.datamap.models.AtlasGlossaryHeader
Packages that use AtlasGlossaryHeader
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of AtlasGlossaryHeader in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasGlossaryHeaderModifier and TypeMethodDescriptionstatic AtlasGlossaryHeaderAtlasGlossaryHeader.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasGlossaryHeader from the JsonReader.AtlasGlossaryCategory.getAnchor()Get the anchor property: The glossary header with basic information.AtlasGlossaryTerm.getAnchor()Get the anchor property: The glossary header with basic information.AtlasGlossaryHeader.setDisplayText(String displayText) Set the displayText property: The display text.AtlasGlossaryHeader.setGlossaryGuid(String glossaryGuid) Set the glossaryGuid property: The GUID of the glossary.AtlasGlossaryHeader.setRelationGuid(String relationGuid) Set the relationGuid property: The GUID of the relationship.Methods in com.azure.analytics.purview.datamap.models with parameters of type AtlasGlossaryHeaderModifier and TypeMethodDescriptionAtlasGlossaryCategory.setAnchor(AtlasGlossaryHeader anchor) Set the anchor property: The glossary header with basic information.AtlasGlossaryTerm.setAnchor(AtlasGlossaryHeader anchor) Set the anchor property: The glossary header with basic information.