Package com.courier.models.journeys
Class JourneySendNode.Message.Delay
-
- All Implemented Interfaces:
public final class JourneySendNode.Message.Delay
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneySendNode.Message.Delay.BuilderA builder for Delay.
-
Method Summary
Modifier and Type Method Description final Stringuntil()final Optional<String>timezone()final JsonField<String>_until()Returns the raw JSON value of until. final JsonField<String>_timezone()Returns the raw JSON value of timezone. final Map<String, JsonValue>_additionalProperties()final JourneySendNode.Message.Delay.BuildertoBuilder()final JourneySendNode.Message.Delayvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JourneySendNode.Message.Delay.Builderbuilder()Returns a mutable builder for constructing an instance of Delay. -
-
Method Detail
-
_until
final JsonField<String> _until()
Returns the raw JSON value of until.
Unlike until, this method doesn't throw if the JSON field has an unexpected type.
-
_timezone
final JsonField<String> _timezone()
Returns the raw JSON value of timezone.
Unlike timezone, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneySendNode.Message.Delay.Builder toBuilder()
-
validate
final JourneySendNode.Message.Delay 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.Delay.Builder builder()
Returns a mutable builder for constructing an instance of Delay.
The following fields are required:
.until()
-
-
-
-