Interface SubjectStructure.Builder

    • Method Detail

      • count

        SubjectStructure.Builder count​(Long count)

        Number of occurrences of this specific structure.

        Parameters:
        count - Number of occurrences of this specific structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predicates

        SubjectStructure.Builder predicates​(Collection<String> predicates)

        A list of predicates present in this specific structure.

        Parameters:
        predicates - A list of predicates present in this specific structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • predicates

        SubjectStructure.Builder predicates​(String... predicates)

        A list of predicates present in this specific structure.

        Parameters:
        predicates - A list of predicates present in this specific structure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.