Class JourneySegmentTriggerNode
-
- All Implemented Interfaces:
public final class JourneySegmentTriggerNodeTrigger fired by a segment event (
identify,group, ortrack).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneySegmentTriggerNode.BuilderA builder for JourneySegmentTriggerNode.
public final classJourneySegmentTriggerNode.RequestTypepublic final classJourneySegmentTriggerNode.TriggerTypepublic final classJourneySegmentTriggerNode.Type
-
Method Summary
-
-
Method Detail
-
requestType
final JourneySegmentTriggerNode.RequestType requestType()
-
triggerType
final JourneySegmentTriggerNode.TriggerType triggerType()
-
type
final JourneySegmentTriggerNode.Type type()
-
conditions
final Optional<JourneyConditionsField> conditions()
Condition spec for a journey node. Accepts a single condition atom, an AND/OR group, or an AND/OR nested group. Omit the
conditionsproperty entirely to express "no conditions".
-
_requestType
final JsonField<JourneySegmentTriggerNode.RequestType> _requestType()
Returns the raw JSON value of requestType.
Unlike requestType, this method doesn't throw if the JSON field has an unexpected type.
-
_triggerType
final JsonField<JourneySegmentTriggerNode.TriggerType> _triggerType()
Returns the raw JSON value of triggerType.
Unlike triggerType, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<JourneySegmentTriggerNode.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_conditions
final JsonField<JourneyConditionsField> _conditions()
Returns the raw JSON value of conditions.
Unlike conditions, this method doesn't throw if the JSON field has an unexpected type.
-
_eventId
final JsonField<String> _eventId()
Returns the raw JSON value of eventId.
Unlike eventId, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneySegmentTriggerNode.Builder toBuilder()
-
validate
final JourneySegmentTriggerNode 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 JourneySegmentTriggerNode.Builder builder()
Returns a mutable builder for constructing an instance of JourneySegmentTriggerNode.
The following fields are required:
.requestType() .triggerType() .type()
-
-
-
-