Uses of Class
com.azure.analytics.purview.datamap.models.AtlasGlossary
Packages that use AtlasGlossary
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasGlossary in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasGlossaryModifier and TypeMethodDescriptionGlossaryClient.create(AtlasGlossary body) Create a glossary.Get a specific Glossary by its GUID.GlossaryClient.partialUpdate(String glossaryId, Map<String, String> body) Update the glossary partially.GlossaryClient.partialUpdate(String glossaryId, Map<String, String> body, Boolean ignoreTermsAndCategories) Update the glossary partially.GlossaryClient.update(String glossaryId, AtlasGlossary body) Update the given glossary.GlossaryClient.update(String glossaryId, AtlasGlossary body, Boolean ignoreTermsAndCategories) Update the given glossary.Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasGlossaryModifier and TypeMethodDescriptionGlossaryAsyncClient.batchGet()Get all glossaries.GlossaryAsyncClient.batchGet(Integer limit, Integer offset, String sort, Boolean ignoreTermsAndCategories) Get all glossaries.GlossaryClient.batchGet()Get all glossaries.GlossaryClient.batchGet(Integer limit, Integer offset, String sort, Boolean ignoreTermsAndCategories) Get all glossaries.GlossaryAsyncClient.create(AtlasGlossary body) Create a glossary.Get a specific Glossary by its GUID.GlossaryAsyncClient.partialUpdate(String glossaryId, Map<String, String> body) Update the glossary partially.GlossaryAsyncClient.partialUpdate(String glossaryId, Map<String, String> body, Boolean ignoreTermsAndCategories) Update the glossary partially.GlossaryAsyncClient.update(String glossaryId, AtlasGlossary body) Update the given glossary.GlossaryAsyncClient.update(String glossaryId, AtlasGlossary body, Boolean ignoreTermsAndCategories) Update the given glossary.Methods in com.azure.analytics.purview.datamap with parameters of type AtlasGlossaryModifier and TypeMethodDescriptionGlossaryAsyncClient.create(AtlasGlossary body) Create a glossary.GlossaryClient.create(AtlasGlossary body) Create a glossary.GlossaryAsyncClient.update(String glossaryId, AtlasGlossary body) Update the given glossary.GlossaryAsyncClient.update(String glossaryId, AtlasGlossary body, Boolean ignoreTermsAndCategories) Update the given glossary.GlossaryClient.update(String glossaryId, AtlasGlossary body) Update the given glossary.GlossaryClient.update(String glossaryId, AtlasGlossary body, Boolean ignoreTermsAndCategories) Update the given glossary. -
Uses of AtlasGlossary in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasGlossaryModifier and TypeMethodDescriptionstatic AtlasGlossaryAtlasGlossary.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasGlossary from the JsonReader.AtlasGlossary.setCategories(List<AtlasRelatedCategoryHeader> categories) Set the categories property: An array of categories.AtlasGlossary.setClassifications(List<AtlasClassification> classifications) Set the classifications property: An array of classifications.AtlasGlossary.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasGlossary.setCreateTime(Long createTime) Set the createTime property: The created time of the record.Set the guid property: The GUID of the object.AtlasGlossary.setLanguage(String language) Set the language property: The language of the glossary.AtlasGlossary.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.AtlasGlossary.setLongDescription(String longDescription) Set the longDescription property: The long version description.Set the name property: The name of the glossary object.AtlasGlossary.setQualifiedName(String qualifiedName) Set the qualifiedName property: The qualified name of the glossary object.AtlasGlossary.setShortDescription(String shortDescription) Set the shortDescription property: The short version of description.AtlasGlossary.setTerms(List<AtlasRelatedTermHeader> terms) Set the terms property: An array of related term headers.AtlasGlossary.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasGlossary.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.Set the usage property: The usage of the glossary.