MessageActionsPayloadApp Class

  • java.lang.Object
    • com.microsoft.bot.schema.teams.MessageActionsPayloadApp

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

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

MessageActionsPayloadApp

public MessageActionsPayloadApp()

Method Details

getApplicationIdentityType

public String getApplicationIdentityType()

Gets the type of application.

Returns:

Possible values include: 'aadApplication', 'bot', 'tenantBot', 'office365Connector', 'webhook'

getDisplayName

public String getDisplayName()

Gets the plaintext display name of the application.

Returns:

The display name of the application.

getId

public String getId()

Gets the id of the application.

Returns:

The application id.

setApplicationIdentityType

public void setApplicationIdentityType(String withApplicationIdentityType)

Sets the type of application.

Parameters:

withApplicationIdentityType - Possible values include: 'aadApplication', 'bot', 'tenantBot', 'office365Connector', 'webhook'

setDisplayName

public void setDisplayName(String withDisplayName)

Sets the plaintext display name of the application.

Parameters:

withDisplayName - The display name of the application.

setId

public void setId(String withId)

Sets the id of the application.

Parameters:

withId - The application id.

Applies to