Uses of Class
com.azure.messaging.eventgrid.systemevents.MicrosoftTeamsUserIdentifierModel
Packages that use MicrosoftTeamsUserIdentifierModel
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of MicrosoftTeamsUserIdentifierModel in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return MicrosoftTeamsUserIdentifierModelModifier and TypeMethodDescriptionCommunicationIdentifierModel.getMicrosoftTeamsUser()Get the microsoftTeamsUser property: The Microsoft Teams user.MicrosoftTeamsUserIdentifierModel.setCloud(CommunicationCloudEnvironmentModel cloud) Set the cloud property: The cloud that the Microsoft Teams user belongs to.MicrosoftTeamsUserIdentifierModel.setIsAnonymous(Boolean isAnonymous) Set the isAnonymous property: True if the Microsoft Teams user is anonymous.Set the userId property: The Id of the Microsoft Teams user.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type MicrosoftTeamsUserIdentifierModelModifier and TypeMethodDescriptionCommunicationIdentifierModel.setMicrosoftTeamsUser(MicrosoftTeamsUserIdentifierModel microsoftTeamsUser) Set the microsoftTeamsUser property: The Microsoft Teams user.