Interface OrCondition.Builder

    • Method Detail

      • andConditions

        OrCondition.Builder andConditions​(Collection<TagCondition> andConditions)

        A list of conditions which would be applied together with an AND condition.

        Parameters:
        andConditions - A list of conditions which would be applied together with an AND condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • andConditions

        OrCondition.Builder andConditions​(TagCondition... andConditions)

        A list of conditions which would be applied together with an AND condition.

        Parameters:
        andConditions - A list of conditions which would be applied together with an AND condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagCondition

        OrCondition.Builder tagCondition​(TagCondition tagCondition)

        A leaf node condition which can be used to specify a tag condition.

        Parameters:
        tagCondition - A leaf node condition which can be used to specify a tag condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.