Package app.knock.api.models.messages
Class Message.Data
-
- All Implemented Interfaces:
public final class Message.DataData associated with the message’s workflow run. Includes the workflow trigger request’s
datapayload merged with any additional data returned by a /designing-workflows/fetch-function. For messages produced after a /designing-workflows/batch-function, includes the payloaddatafrom the most-recent trigger request (the finalactivityin the batch).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMessage.Data.BuilderA builder for Data.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final Message.Data.BuildertoBuilder()final Message.Datavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Message.Data.Builderbuilder()Returns a mutable builder for constructing an instance of Data. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Message.Data.Builder toBuilder()
-
validate
final Message.Data validate()
-
builder
final static Message.Data.Builder builder()
Returns a mutable builder for constructing an instance of Data.
-
-
-
-