Interface CampaignEventFilter.Builder

    • Method Detail

      • dimensions

        CampaignEventFilter.Builder dimensions​(EventDimensions dimensions)

        The dimension settings of the event filter for the campaign.

        Parameters:
        dimensions - The dimension settings of the event filter for the campaign.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterType

        CampaignEventFilter.Builder filterType​(String filterType)

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

        Parameters:
        filterType - The type of event that causes the campaign to be sent. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign 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

        CampaignEventFilter.Builder filterType​(FilterType filterType)

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

        Parameters:
        filterType - The type of event that causes the campaign to be sent. Valid values are: SYSTEM, sends the campaign when a system event occurs; and, ENDPOINT, sends the campaign 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