Class JourneySendNode.Message
-
- All Implemented Interfaces:
public final class JourneySendNode.Message
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneySendNode.Message.BuilderA builder for Message.
public final classJourneySendNode.Message.Datapublic final classJourneySendNode.Message.Delaypublic final classJourneySendNode.Message.To
-
Method Summary
-
-
Method Detail
-
data
final Optional<JourneySendNode.Message.Data> data()
-
delay
final Optional<JourneySendNode.Message.Delay> delay()
-
to
final Optional<JourneySendNode.Message.To> to()
-
_template
final JsonField<String> _template()
Returns the raw JSON value of template.
Unlike template, this method doesn't throw if the JSON field has an unexpected type.
-
_data
final JsonField<JourneySendNode.Message.Data> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_delay
final JsonField<JourneySendNode.Message.Delay> _delay()
Returns the raw JSON value of delay.
Unlike delay, this method doesn't throw if the JSON field has an unexpected type.
-
_to
final JsonField<JourneySendNode.Message.To> _to()
Returns the raw JSON value of to.
Unlike to, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneySendNode.Message.Builder toBuilder()
-
validate
final JourneySendNode.Message validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static JourneySendNode.Message.Builder builder()
Returns a mutable builder for constructing an instance of Message.
The following fields are required:
.template()
-
-
-
-