Uses of Class
com.azure.analytics.purview.datamap.models.AtlasRelatedTermHeader
Packages that use AtlasRelatedTermHeader
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasRelatedTermHeader in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasRelatedTermHeaderModifier and TypeMethodDescriptionGlossaryAsyncClient.getCategoryTerms(String categoryId) Get all terms associated with the specific category.GlossaryAsyncClient.getCategoryTerms(String categoryId, Integer limit, Integer offset, String sort) Get all terms associated with the specific category.GlossaryClient.getCategoryTerms(String categoryId) Get all terms associated with the specific category.GlossaryClient.getCategoryTerms(String categoryId, Integer limit, Integer offset, String sort) Get all terms associated with the specific category.GlossaryAsyncClient.getRelatedTerms(String termId) Get all related terms for a specific term by its GUID.GlossaryAsyncClient.getRelatedTerms(String termId, Integer limit, Integer offset, String sort) Get all related terms for a specific term by its GUID.GlossaryClient.getRelatedTerms(String termId) Get all related terms for a specific term by its GUID.GlossaryClient.getRelatedTerms(String termId, Integer limit, Integer offset, String sort) Get all related terms for a specific term by its GUID.GlossaryAsyncClient.getTermHeaders(String glossaryId) Get term headers belonging to a specific glossary.GlossaryAsyncClient.getTermHeaders(String glossaryId, Integer limit, Integer offset, String sort) Get term headers belonging to a specific glossary.GlossaryClient.getTermHeaders(String glossaryId) Get term headers belonging to a specific glossary.GlossaryClient.getTermHeaders(String glossaryId, Integer limit, Integer offset, String sort) Get term headers belonging to a specific glossary. -
Uses of AtlasRelatedTermHeader in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasRelatedTermHeaderModifier and TypeMethodDescriptionstatic AtlasRelatedTermHeaderAtlasRelatedTermHeader.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasRelatedTermHeader from the JsonReader.AtlasRelatedTermHeader.setDescription(String description) Set the description property: The description of the related term.AtlasRelatedTermHeader.setDisplayText(String displayText) Set the displayText property: The display text.AtlasRelatedTermHeader.setExpression(String expression) Set the expression property: The expression of the term.AtlasRelatedTermHeader.setRelationGuid(String relationGuid) Set the relationGuid property: The GUID of the relationship.AtlasRelatedTermHeader.setStatus(AtlasTermRelationshipStatus status) Set the status property: The status of term relationship.AtlasRelatedTermHeader.setSteward(String steward) Set the steward property: The steward of the term.AtlasRelatedTermHeader.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 AtlasRelatedTermHeaderModifier and TypeMethodDescriptionAtlasGlossaryTerm.getAntonyms()Get the antonyms property: An array of related term headers as antonyms.AtlasGlossaryTerm.getClassifies()Get the classifies property: An array of related term headers.AtlasGlossaryTerm.getIsA()Get the isA property: An array of related term headers indicating the is-a relationship.AtlasGlossaryTerm.getPreferredTerms()Get the preferredTerms property: An array of preferred related term headers.AtlasGlossaryTerm.getPreferredToTerms()Get the preferredToTerms property: An array of related term headers that are preferred to.AtlasGlossaryTerm.getReplacedBy()Get the replacedBy property: An array of related term headers that are replaced by.AtlasGlossaryTerm.getReplacementTerms()Get the replacementTerms property: An array of related term headers for replacement.AtlasGlossaryTerm.getSeeAlso()Get the seeAlso property: An array of related term headers for see also.AtlasGlossaryTerm.getSynonyms()Get the synonyms property: An array of related term headers as synonyms.AtlasGlossary.getTerms()Get the terms property: An array of related term headers.AtlasGlossaryCategory.getTerms()Get the terms property: An array of related term headers.AtlasGlossaryExtInfo.getTerms()Get the terms property: An array of related term headers.AtlasGlossaryTerm.getTranslatedTerms()Get the translatedTerms property: An array of translated related term headers.AtlasGlossaryTerm.getTranslationTerms()Get the translationTerms property: An array of related term headers for translation.AtlasGlossaryTerm.getValidValues()Get the validValues property: An array of related term headers as valid values.AtlasGlossaryTerm.getValidValuesFor()Get the validValuesFor property: An array of related term headers as valid values for other records.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasRelatedTermHeaderModifier and TypeMethodDescriptionAtlasGlossaryTerm.setAntonyms(List<AtlasRelatedTermHeader> antonyms) Set the antonyms property: An array of related term headers as antonyms.AtlasGlossaryTerm.setClassifies(List<AtlasRelatedTermHeader> classifies) Set the classifies property: An array of related term headers.AtlasGlossaryTerm.setIsA(List<AtlasRelatedTermHeader> isA) Set the isA property: An array of related term headers indicating the is-a relationship.AtlasGlossaryTerm.setPreferredTerms(List<AtlasRelatedTermHeader> preferredTerms) Set the preferredTerms property: An array of preferred related term headers.AtlasGlossaryTerm.setPreferredToTerms(List<AtlasRelatedTermHeader> preferredToTerms) Set the preferredToTerms property: An array of related term headers that are preferred to.AtlasGlossaryTerm.setReplacedBy(List<AtlasRelatedTermHeader> replacedBy) Set the replacedBy property: An array of related term headers that are replaced by.AtlasGlossaryTerm.setReplacementTerms(List<AtlasRelatedTermHeader> replacementTerms) Set the replacementTerms property: An array of related term headers for replacement.AtlasGlossaryTerm.setSeeAlso(List<AtlasRelatedTermHeader> seeAlso) Set the seeAlso property: An array of related term headers for see also.AtlasGlossaryTerm.setSynonyms(List<AtlasRelatedTermHeader> synonyms) Set the synonyms property: An array of related term headers as synonyms.AtlasGlossary.setTerms(List<AtlasRelatedTermHeader> terms) Set the terms property: An array of related term headers.AtlasGlossaryCategory.setTerms(List<AtlasRelatedTermHeader> terms) Set the terms property: An array of related term headers.AtlasGlossaryTerm.setTranslatedTerms(List<AtlasRelatedTermHeader> translatedTerms) Set the translatedTerms property: An array of translated related term headers.AtlasGlossaryTerm.setTranslationTerms(List<AtlasRelatedTermHeader> translationTerms) Set the translationTerms property: An array of related term headers for translation.AtlasGlossaryTerm.setValidValues(List<AtlasRelatedTermHeader> validValues) Set the validValues property: An array of related term headers as valid values.AtlasGlossaryTerm.setValidValuesFor(List<AtlasRelatedTermHeader> validValuesFor) Set the validValuesFor property: An array of related term headers as valid values for other records.