new CustomActivityRequest()
Extends
Methods
(static) CustomActivityRequest#getAction() → {String}
Get the field value
The name of the action for this activity
Returns:
- Type
- String
(static) CustomActivityRequest#getNonBlocking() → {Boolean}
Get the field value
If true, then the activity can be stopped in regular execution.
Returns:
- Type
- Boolean
(static) CustomActivityRequest#getPayload() → {String}
Get the field value
Data for this activity
Returns:
- Type
- String
(static) CustomActivityRequest#setAction(action)
Set the field value
The name of the action for this activity
Parameters:
Name | Type | Description |
---|---|---|
action |
String |
(static) CustomActivityRequest#setNonBlocking(nonBlocking)
Set the field value
If true, then the activity can be stopped in regular execution.
Parameters:
Name | Type | Description |
---|---|---|
nonBlocking |
Boolean |
(static) CustomActivityRequest#setPayload(payload)
Set the field value
Data for this activity
Parameters:
Name | Type | Description |
---|---|---|
payload |
String |