Interface EventFilter.Builder

    • Method Detail

      • dimensions

        EventFilter.Builder dimensions​(EventDimensions dimensions)

        The dimensions for the event filter to use for the campaign or the journey activity.

        Parameters:
        dimensions - The dimensions for the event filter to use for the campaign or the journey activity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterType

        EventFilter.Builder filterType​(String filterType)

        The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.

        Parameters:
        filterType - The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterType, FilterType
      • filterType

        EventFilter.Builder filterType​(FilterType filterType)

        The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.

        Parameters:
        filterType - The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FilterType, FilterType