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)
An object that defines the dimensions for the event filter.
|
CampaignEventFilter.Builder |
dimensions(EventDimensions dimensions)
An object that defines the dimensions for the event filter.
|
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.
|
copyapplyMutation, buildCampaignEventFilter.Builder dimensions(EventDimensions dimensions)
dimensions - An object that defines the dimensions for the event filter.default CampaignEventFilter.Builder dimensions(Consumer<EventDimensions.Builder> dimensions)
EventDimensions.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)
filterType - The type of event that causes the campaign to be sent. Possible values:
SYSTEM - Send the campaign when a system event occurs. See the System resource for more information.
ENDPOINT - Send the campaign when an endpoint event occurs. See the Event resource for more
information.FilterType,
FilterTypeCampaignEventFilter.Builder filterType(FilterType filterType)
filterType - The type of event that causes the campaign to be sent. Possible values:
SYSTEM - Send the campaign when a system event occurs. See the System resource for more information.
ENDPOINT - Send the campaign when an endpoint event occurs. See the Event resource for more
information.FilterType,
FilterTypeCopyright © 2018. All rights reserved.