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