TabSubmitData Class
- java.
lang. Object - com.
microsoft. bot. schema. teams. TabSubmitData
- com.
public class TabSubmitData
Invoke ('tab/submit') request value payload data.
Constructor Summary
| Constructor | Description |
|---|---|
| TabSubmitData() |
Initializes a new instance of the class. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.util.Map<java.lang.String,com.fasterxml.jackson.databind.JsonNode> |
getProperties()
Holds the overflow properties that aren't first class properties in the object. |
| java.lang.String |
getType()
Gets the type for this Tab |
| void |
setProperties(String key, JsonNode withValue)
Holds the overflow properties that aren't first class properties in the object. |
| void |
setType(String withType)
Sets the type for this Tab |
Methods inherited from java.lang.Object
Constructor Details
TabSubmitData
public TabSubmitData()
Initializes a new instance of the class.
Method Details
getProperties
public Map
Holds the overflow properties that aren't first class properties in the object. This allows extensibility while maintaining the object.
Returns:
getType
public String getType()
Gets the type for this TabSubmitData.
Returns:
setProperties
public void setProperties(String key, JsonNode withValue)
Holds the overflow properties that aren't first class properties in the object. This allows extensibility while maintaining the object.
Parameters:
setType
public void setType(String withType)
Sets the type for this TabSubmitData.
Parameters: