Uses of Class
com.azure.analytics.purview.datamap.models.ContactInfo
Packages that use ContactInfo
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of ContactInfo in com.azure.analytics.purview.datamap.models
Methods in com.azure.analytics.purview.datamap.models that return ContactInfoModifier and TypeMethodDescriptionstatic ContactInfoContactInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ContactInfo from the JsonReader.Set the id property: Azure Active Directory object Id.Set the info property: additional information to describe this contact.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type ContactInfoModifier and TypeMethodDescriptionAtlasEntity.getContacts()Get the contacts property: The dictionary of contacts for entities.AtlasGlossaryTerm.getContacts()Get the contacts property: The dictionary of contacts for terms.Method parameters in com.azure.analytics.purview.datamap.models with type arguments of type ContactInfoModifier and TypeMethodDescriptionAtlasEntity.setContacts(Map<String, List<ContactInfo>> contacts) Set the contacts property: The dictionary of contacts for entities.AtlasGlossaryTerm.setContacts(Map<String, List<ContactInfo>> contacts) Set the contacts property: The dictionary of contacts for terms.