TabEntityContext Class

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

public class TabEntityContext

Current TabRequest entity context, or 'tabEntityId'.

Constructor Summary

Constructor Description
TabEntityContext()

Initializes a new instance of the class.

TabEntityContext(String withTabEntityId)

Initializes a new instance of the class.

Method Summary

Modifier and Type Method and Description
java.lang.String getTabEntityId()

Gets the entity id of the tab.

void setTabEntityId(String withTabEntityId)

Sets the entity id of the tab.

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

TabEntityContext

public TabEntityContext()

Initializes a new instance of the class.

TabEntityContext

public TabEntityContext(String withTabEntityId)

Initializes a new instance of the class.

Parameters:

withTabEntityId - The entity id of the tab.

Method Details

getTabEntityId

public String getTabEntityId()

Gets the entity id of the tab.

Returns:

The entity id of the tab.

setTabEntityId

public void setTabEntityId(String withTabEntityId)

Sets the entity id of the tab.

Parameters:

withTabEntityId - The entity id of the tab.

Applies to