Uses of Class
com.azure.analytics.purview.datamap.models.AtlasRelatedCategoryHeader
Packages that use AtlasRelatedCategoryHeader
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasRelatedCategoryHeader in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasRelatedCategoryHeaderModifier and TypeMethodDescriptionGlossaryAsyncClient.getCategoriesHeaders(String glossaryId) Get the category headers belonging to a specific glossary.GlossaryAsyncClient.getCategoriesHeaders(String glossaryId, Integer limit, Integer offset, String sort) Get the category headers belonging to a specific glossary.GlossaryClient.getCategoriesHeaders(String glossaryId) Get the category headers belonging to a specific glossary.GlossaryClient.getCategoriesHeaders(String glossaryId, Integer limit, Integer offset, String sort) Get the category headers belonging to a specific glossary.GlossaryAsyncClient.getRelatedCategories(String categoryId) Get all related categories (parent and children).GlossaryAsyncClient.getRelatedCategories(String categoryId, Integer limit, Integer offset, String sort) Get all related categories (parent and children).GlossaryClient.getRelatedCategories(String categoryId) Get all related categories (parent and children).GlossaryClient.getRelatedCategories(String categoryId, Integer limit, Integer offset, String sort) Get all related categories (parent and children). -
Uses of AtlasRelatedCategoryHeader in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasRelatedCategoryHeaderModifier and TypeMethodDescriptionstatic AtlasRelatedCategoryHeaderAtlasRelatedCategoryHeader.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasRelatedCategoryHeader from the JsonReader.AtlasGlossaryCategory.getParentCategory()Get the parentCategory property: The header of the related category.AtlasRelatedCategoryHeader.setCategoryGuid(String categoryGuid) Set the categoryGuid property: The GUID of the category.AtlasRelatedCategoryHeader.setDescription(String description) Set the description property: The description of the category header.AtlasRelatedCategoryHeader.setDisplayText(String displayText) Set the displayText property: The display text.AtlasRelatedCategoryHeader.setParentCategoryGuid(String parentCategoryGuid) Set the parentCategoryGuid property: The GUID of the parent category.AtlasRelatedCategoryHeader.setRelationGuid(String relationGuid) Set the relationGuid property: The GUID of the relationship.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasRelatedCategoryHeaderModifier and TypeMethodDescriptionAtlasGlossary.getCategories()Get the categories property: An array of categories.AtlasGlossaryExtInfo.getCategories()Get the categories property: An array of categories.AtlasGlossaryCategory.getChildrenCategories()Get the childrenCategories property: An array of children categories.Methods in com.azure.analytics.purview.datamap.models with parameters of type AtlasRelatedCategoryHeaderModifier and TypeMethodDescriptionAtlasGlossaryCategory.setParentCategory(AtlasRelatedCategoryHeader parentCategory) Set the parentCategory property: The header of the related category.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasRelatedCategoryHeaderModifier and TypeMethodDescriptionAtlasGlossary.setCategories(List<AtlasRelatedCategoryHeader> categories) Set the categories property: An array of categories.AtlasGlossaryCategory.setChildrenCategories(List<AtlasRelatedCategoryHeader> childrenCategories) Set the childrenCategories property: An array of children categories.