Interface SegmentGroupList.Builder

    • Method Detail

      • groups

        SegmentGroupList.Builder groups​(Collection<SegmentGroup> groups)

        An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.

        Parameters:
        groups - An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        SegmentGroupList.Builder groups​(SegmentGroup... groups)

        An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.

        Parameters:
        groups - An array that defines the set of segment criteria to evaluate when handling segment groups for the segment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • include

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Include, Include
      • include

        SegmentGroupList.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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Include, Include