MessageActionsPayloadApp Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. MessageActionsPayloadApp
- com.
public class MessageActionsPayloadApp
Represents an application entity.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| MessageActionsPayloadApp() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getApplicationIdentityType()
Gets the type of application. |
| java.lang.String |
getDisplayName()
Gets the plaintext display name of the application. |
| java.lang.String |
getId()
Gets the id of the application. |
| void |
setApplicationIdentityType(String withApplicationIdentityType)
Sets the type of application. |
| void |
setDisplayName(String withDisplayName)
Sets the plaintext display name of the application. |
| void |
setId(String withId)
Sets the id of the application. |
Methods inherited from java.lang.Object
Constructor Details
MessageActionsPayloadApp
public MessageActionsPayloadApp()
Method Details
getApplicationIdentityType
public String getApplicationIdentityType()
Gets the type of application.
Returns:
getDisplayName
public String getDisplayName()
Gets the plaintext display name of the application.
Returns:
getId
public String getId()
Gets the id of the application.
Returns:
setApplicationIdentityType
public void setApplicationIdentityType(String withApplicationIdentityType)
Sets the type of application.
Parameters:
setDisplayName
public void setDisplayName(String withDisplayName)
Sets the plaintext display name of the application.
Parameters:
setId
public void setId(String withId)
Sets the id of the application.
Parameters: