Class StartCondition

    • Method Detail

      • description

        public final String description()

        The custom description of the condition.

        Returns:
        The custom description of the condition.
      • eventStartCondition

        public final EventStartCondition eventStartCondition()
        Returns the value of the EventStartCondition property for this object.
        Returns:
        The value of the EventStartCondition property for this object.
      • segmentStartCondition

        public final SegmentCondition segmentStartCondition()

        The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.

        Returns:
        The segment that's associated with the first activity in the journey. This segment determines which users are participants in the journey.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)