Interface Filter.Builder

    • Method Detail

      • include

        Filter.Builder include​(String include)

        Define whether to include or exclude objects for Calculated Attributed calculation that fit the filter groups criteria.

        Parameters:
        include - Define whether to include or exclude objects for Calculated Attributed calculation that fit the filter groups criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Include, Include
      • include

        Filter.Builder include​(Include include)

        Define whether to include or exclude objects for Calculated Attributed calculation that fit the filter groups criteria.

        Parameters:
        include - Define whether to include or exclude objects for Calculated Attributed calculation that fit the filter groups criteria.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Include, Include
      • groups

        Filter.Builder groups​(Collection<FilterGroup> groups)

        Holds the list of Filter groups within the Filter definition.

        Parameters:
        groups - Holds the list of Filter groups within the Filter definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        Filter.Builder groups​(FilterGroup... groups)

        Holds the list of Filter groups within the Filter definition.

        Parameters:
        groups - Holds the list of Filter groups within the Filter definition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.