public final class MicrosoftTeamsUserIdentifierModel
extends java.lang.Object
| Constructor and Description |
|---|
MicrosoftTeamsUserIdentifierModel() |
| Modifier and Type | Method and Description |
|---|---|
CommunicationCloudEnvironmentModel |
getCloud()
Get the cloud property: The cloud that the Microsoft Teams user belongs to.
|
java.lang.String |
getUserId()
Get the userId property: The Id of the Microsoft Teams user.
|
java.lang.Boolean |
isAnonymous()
Get the isAnonymous property: True if the Microsoft Teams user is anonymous.
|
MicrosoftTeamsUserIdentifierModel |
setCloud(CommunicationCloudEnvironmentModel cloud)
Set the cloud property: The cloud that the Microsoft Teams user belongs to.
|
MicrosoftTeamsUserIdentifierModel |
setIsAnonymous(java.lang.Boolean isAnonymous)
Set the isAnonymous property: True if the Microsoft Teams user is anonymous.
|
MicrosoftTeamsUserIdentifierModel |
setUserId(java.lang.String userId)
Set the userId property: The Id of the Microsoft Teams user.
|
public java.lang.String getUserId()
public MicrosoftTeamsUserIdentifierModel setUserId(java.lang.String userId)
userId - the userId value to set.public java.lang.Boolean isAnonymous()
public MicrosoftTeamsUserIdentifierModel setIsAnonymous(java.lang.Boolean isAnonymous)
isAnonymous - the isAnonymous value to set.public CommunicationCloudEnvironmentModel getCloud()
public MicrosoftTeamsUserIdentifierModel setCloud(CommunicationCloudEnvironmentModel cloud)
cloud - the cloud value to set.