public static interface CampaignEventFilter.Builder extends SdkPojo, CopyableBuilder<CampaignEventFilter.Builder,CampaignEventFilter>
| Modifier and Type | Method and Description |
|---|---|
default CampaignEventFilter.Builder |
dimensions(Consumer<EventDimensions.Builder> dimensions)
The dimension settings of the event filter for the campaign.
|
CampaignEventFilter.Builder |
dimensions(EventDimensions dimensions)
The dimension settings of the event filter for the campaign.
|
CampaignEventFilter.Builder |
filterType(FilterType filterType)
The type of event that causes the campaign to be sent.
|
CampaignEventFilter.Builder |
filterType(String filterType)
The type of event that causes the campaign to be sent.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCampaignEventFilter.Builder dimensions(EventDimensions dimensions)
The dimension settings of the event filter for the campaign.
dimensions - The dimension settings of the event filter for the campaign.default CampaignEventFilter.Builder dimensions(Consumer<EventDimensions.Builder> dimensions)
The dimension settings of the event filter for the campaign.
This is a convenience method that creates an instance of theEventDimensions.Builder avoiding the
need to create one manually via EventDimensions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dimensions(EventDimensions).dimensions - a consumer that will call methods on EventDimensions.Builderdimensions(EventDimensions)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.
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.FilterType,
FilterTypeCampaignEventFilter.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.
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.FilterType,
FilterTypeCopyright © 2022. All rights reserved.