Uses of Class
com.azure.analytics.purview.datamap.models.AtlasRelatedObjectId
Packages that use AtlasRelatedObjectId
Package
Description
Package containing the classes for PurviewDataMap.
Package containing the data models for PurviewDataMap.
-
Uses of AtlasRelatedObjectId in com.azure.analytics.purview.datamap
Methods in com.azure.analytics.purview.datamap that return types with arguments of type AtlasRelatedObjectIdModifier and TypeMethodDescriptionGlossaryAsyncClient.getEntitiesAssignedWithTerm(String termId) List all related objects assigned with the specified term.GlossaryAsyncClient.getEntitiesAssignedWithTerm(String termId, Integer limit, Integer offset, String sort) List all related objects assigned with the specified term.GlossaryClient.getEntitiesAssignedWithTerm(String termId) List all related objects assigned with the specified term.GlossaryClient.getEntitiesAssignedWithTerm(String termId, Integer limit, Integer offset, String sort) List all related objects assigned with the specified term.Method parameters in com.azure.analytics.purview.datamap with type arguments of type AtlasRelatedObjectIdModifier and TypeMethodDescriptionGlossaryAsyncClient.assignTermToEntities(String termId, List<AtlasRelatedObjectId> body) Assign the given term to the provided list of related objects.voidGlossaryClient.assignTermToEntities(String termId, List<AtlasRelatedObjectId> body) Assign the given term to the provided list of related objects.GlossaryAsyncClient.deleteTermAssignmentFromEntities(String termId, List<AtlasRelatedObjectId> body) Delete the term assignment for the given list of related objects.voidGlossaryClient.deleteTermAssignmentFromEntities(String termId, List<AtlasRelatedObjectId> body) Delete the term assignment for the given list of related objects. -
Uses of AtlasRelatedObjectId in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return AtlasRelatedObjectIdModifier and TypeMethodDescriptionstatic AtlasRelatedObjectIdAtlasRelatedObjectId.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AtlasRelatedObjectId from the JsonReader.AtlasRelatedObjectId.setDisplayText(String displayText) Set the displayText property: The display text.AtlasRelatedObjectId.setEntityStatus(EntityStatus entityStatus) Set the entityStatus property: Status of the entity - can be active or deleted.Set the guid property: The GUID of the object.AtlasRelatedObjectId.setRelationshipAttributes(AtlasStruct relationshipAttributes) Set the relationshipAttributes property: Captures details of struct contents.AtlasRelatedObjectId.setRelationshipGuid(String relationshipGuid) Set the relationshipGuid property: The GUID of the relationship.AtlasRelatedObjectId.setRelationshipStatus(StatusAtlasRelationship relationshipStatus) Set the relationshipStatus property: The enum of relationship status.AtlasRelatedObjectId.setRelationshipType(String relationshipType) Set the relationshipType property: Relationship type.AtlasRelatedObjectId.setTypeName(String typeName) Set the typeName property: The name of the type.AtlasRelatedObjectId.setUniqueAttributes(Map<String, com.azure.core.util.BinaryData> uniqueAttributes) Set the uniqueAttributes property: The unique attributes of the object.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type AtlasRelatedObjectIdModifier and TypeMethodDescriptionAtlasGlossaryTerm.getAssignedEntities()Get the assignedEntities property: An array of related object IDs.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type AtlasRelatedObjectIdModifier and TypeMethodDescriptionAtlasGlossaryTerm.setAssignedEntities(List<AtlasRelatedObjectId> assignedEntities) Set the assignedEntities property: An array of related object IDs.