Uses of Class
com.azure.analytics.purview.datamap.models.AtlasGlossaryCategory
Packages that use AtlasGlossaryCategory
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasGlossaryCategory in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return AtlasGlossaryCategoryModifier and TypeMethodDescriptionGlossaryClient.createCategory(AtlasGlossaryCategory body) Create a glossary category.GlossaryClient.getCategory(String categoryId) Get specific glossary category by its GUID.GlossaryClient.partialUpdateCategory(String categoryId, Map<String, String> body) Update the glossary category partially.GlossaryClient.updateCategory(String categoryId, AtlasGlossaryCategory body) Update the given glossary category by its GUID.Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasGlossaryCategoryModifier and TypeMethodDescriptionGlossaryAsyncClient.createCategories(List<AtlasGlossaryCategory> body) Create glossary category in bulk.GlossaryClient.createCategories(List<AtlasGlossaryCategory> body) Create glossary category in bulk.GlossaryAsyncClient.createCategory(AtlasGlossaryCategory body) Create a glossary category.GlossaryAsyncClient.getCategories(String glossaryId) Get the categories belonging to a specific glossary.GlossaryAsyncClient.getCategories(String glossaryId, Integer limit, Integer offset, String sort) Get the categories belonging to a specific glossary.GlossaryClient.getCategories(String glossaryId) Get the categories belonging to a specific glossary.GlossaryClient.getCategories(String glossaryId, Integer limit, Integer offset, String sort) Get the categories belonging to a specific glossary.GlossaryAsyncClient.getCategory(String categoryId) Get specific glossary category by its GUID.GlossaryAsyncClient.partialUpdateCategory(String categoryId, Map<String, String> body) Update the glossary category partially.GlossaryAsyncClient.updateCategory(String categoryId, AtlasGlossaryCategory body) Update the given glossary category by its GUID.Methods in com.azure.analytics.purview.datamap with parameters of type AtlasGlossaryCategoryModifier and TypeMethodDescriptionGlossaryAsyncClient.createCategory(AtlasGlossaryCategory body) Create a glossary category.GlossaryClient.createCategory(AtlasGlossaryCategory body) Create a glossary category.GlossaryAsyncClient.updateCategory(String categoryId, AtlasGlossaryCategory body) Update the given glossary category by its GUID.GlossaryClient.updateCategory(String categoryId, AtlasGlossaryCategory body) Update the given glossary category by its GUID.Method parameters in com.azure.analytics.purview.datamap with type arguments of type AtlasGlossaryCategoryModifier and TypeMethodDescriptionGlossaryAsyncClient.createCategories(List<AtlasGlossaryCategory> body) Create glossary category in bulk.GlossaryClient.createCategories(List<AtlasGlossaryCategory> body) Create glossary category in bulk. -
Uses of AtlasGlossaryCategory in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasGlossaryCategoryModifier and TypeMethodDescriptionstatic AtlasGlossaryCategoryAtlasGlossaryCategory.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasGlossaryCategory from the JsonReader.AtlasGlossaryCategory.setAnchor(AtlasGlossaryHeader anchor) Set the anchor property: The glossary header with basic information.AtlasGlossaryCategory.setChildrenCategories(List<AtlasRelatedCategoryHeader> childrenCategories) Set the childrenCategories property: An array of children categories.AtlasGlossaryCategory.setClassifications(List<AtlasClassification> classifications) Set the classifications property: An array of classifications.AtlasGlossaryCategory.setCreatedBy(String createdBy) Set the createdBy property: The user who created the record.AtlasGlossaryCategory.setCreateTime(Long createTime) Set the createTime property: The created time of the record.Set the guid property: The GUID of the object.AtlasGlossaryCategory.setLastModifiedTS(String lastModifiedTS) Set the lastModifiedTS property: ETag for concurrency control.AtlasGlossaryCategory.setLongDescription(String longDescription) Set the longDescription property: The long version description.Set the name property: The name of the glossary object.AtlasGlossaryCategory.setParentCategory(AtlasRelatedCategoryHeader parentCategory) Set the parentCategory property: The header of the related category.AtlasGlossaryCategory.setQualifiedName(String qualifiedName) Set the qualifiedName property: The qualified name of the glossary object.AtlasGlossaryCategory.setShortDescription(String shortDescription) Set the shortDescription property: The short version of description.AtlasGlossaryCategory.setTerms(List<AtlasRelatedTermHeader> terms) Set the terms property: An array of related term headers.AtlasGlossaryCategory.setUpdatedBy(String updatedBy) Set the updatedBy property: The user who updated the record.AtlasGlossaryCategory.setUpdateTime(Long updateTime) Set the updateTime property: The update time of the record.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasGlossaryCategoryModifier and TypeMethodDescriptionAtlasGlossaryExtInfo.getCategoryInfo()Get the categoryInfo property: The glossary category information.