MessageActionsPayloadUser Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. MessageActionsPayloadUser
- com.
public class MessageActionsPayloadUser
Represents a user entity.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MessageActionsPayloadUser() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getDisplayName()
Gets the plaintext display name of the user. |
| java.lang.String |
getId()
Gets the id of the user. |
| java.lang.String |
getUserIdentityType()
Gets the identity type of the user. |
| void |
setDisplayName(String withDisplayName)
Sets the plaintext display name of the user. |
| void |
setId(String withId)
Sets the id of the user. |
| void |
setUserIdentityType(String withUserIdentityType)
Sets the identity type of the user. |
Methods inherited from java.lang.Object
Constructor Details
MessageActionsPayloadUser
public MessageActionsPayloadUser()
Method Details
getDisplayName
public String getDisplayName()
Gets the plaintext display name of the user.
Returns:
getId
public String getId()
Gets the id of the user.
Returns:
getUserIdentityType
public String getUserIdentityType()
Gets the identity type of the user. Possible values include: 'aadUser', 'onPremiseAadUser', 'anonymousGuest', 'federatedUser'
Returns:
setDisplayName
public void setDisplayName(String withDisplayName)
Sets the plaintext display name of the user.
Parameters:
setId
public void setId(String withId)
Sets the id of the user.
Parameters:
setUserIdentityType
public void setUserIdentityType(String withUserIdentityType)
Sets the identity type of the user. Possible values include: 'aadUser', 'onPremiseAadUser', 'anonymousGuest', 'federatedUser'
Parameters: