static Group.Builder |
Group.builder() |
|
Group.Builder |
Group.Builder.dimensions(Collection<Dimension> dimensions) |
Defines the attributes to segment on.
|
Group.Builder |
Group.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) |
Defines the attributes to segment on.
|
Group.Builder |
Group.Builder.dimensions(Dimension... dimensions) |
Defines the attributes to segment on.
|
Group.Builder |
Group.Builder.sourceSegments(Collection<SourceSegment> sourceSegments) |
Defines the starting source of data.
|
Group.Builder |
Group.Builder.sourceSegments(Consumer<SourceSegment.Builder>... sourceSegments) |
Defines the starting source of data.
|
Group.Builder |
Group.Builder.sourceSegments(SourceSegment... sourceSegments) |
Defines the starting source of data.
|
Group.Builder |
Group.Builder.sourceType(String sourceType) |
Defines how to interact with the source data.
|
Group.Builder |
Group.Builder.sourceType(IncludeOptions sourceType) |
Defines how to interact with the source data.
|
Group.Builder |
Group.toBuilder() |
|
Group.Builder |
Group.Builder.type(String type) |
Defines how to interact with the profiles found in the current filtering.
|
Group.Builder |
Group.Builder.type(IncludeOptions type) |
Defines how to interact with the profiles found in the current filtering.
|