new CustomActivityResponse()
Extends
Methods
(static) CustomActivityResponse#getAction() → {String}
Get the field value
The name of the action for this activity
Returns:
- Type
- String
(static) CustomActivityResponse#getPayload() → {String}
Get the field value
Response data for this activity
Returns:
- Type
- String
(static) CustomActivityResponse#setAction(action)
Set the field value
The name of the action for this activity
Parameters:
Name | Type | Description |
---|---|---|
action |
String |
(static) CustomActivityResponse#setPayload(payload)
Set the field value
Response data for this activity
Parameters:
Name | Type | Description |
---|---|---|
payload |
String |