public static interface SegmentGroupList.Builder extends SdkPojo, CopyableBuilder<SegmentGroupList.Builder,SegmentGroupList>
| Modifier and Type | Method and Description |
|---|---|
SegmentGroupList.Builder |
groups(Collection<SegmentGroup> groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
|
SegmentGroupList.Builder |
groups(Consumer<SegmentGroup.Builder>... groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
|
SegmentGroupList.Builder |
groups(SegmentGroup... groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
|
SegmentGroupList.Builder |
include(Include include)
Specifies how to handle multiple segment groups for the segment.
|
SegmentGroupList.Builder |
include(String include)
Specifies how to handle multiple segment groups for the segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSegmentGroupList.Builder groups(Collection<SegmentGroup> groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
groups - An array that defines the set of segment criteria to evaluate when handling segment groups for the
segment.SegmentGroupList.Builder groups(SegmentGroup... groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
groups - An array that defines the set of segment criteria to evaluate when handling segment groups for the
segment.SegmentGroupList.Builder groups(Consumer<SegmentGroup.Builder>... groups)
An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #groups(List) .groups - a consumer that will call methods on List.Builder #groups(List) SegmentGroupList.Builder include(String include)
Specifies how to handle multiple segment groups for the segment. For example, if the segment includes three segment groups, whether the resulting segment includes endpoints that match all, any, or none of the segment groups.
include - Specifies how to handle multiple segment groups for the segment. For example, if the segment includes
three segment groups, whether the resulting segment includes endpoints that match all, any, or none of
the segment groups.Include,
IncludeSegmentGroupList.Builder include(Include include)
Specifies how to handle multiple segment groups for the segment. For example, if the segment includes three segment groups, whether the resulting segment includes endpoints that match all, any, or none of the segment groups.
include - Specifies how to handle multiple segment groups for the segment. For example, if the segment includes
three segment groups, whether the resulting segment includes endpoints that match all, any, or none of
the segment groups.Include,
IncludeCopyright © 2020. All rights reserved.