Interface FilterCriteria.Builder

    • Method Detail

      • filterCriterion

        FilterCriteria.Builder filterCriterion​(Collection<FilterCriterion> filterCriterion)

        Represents a condition that when matched will be added to the response of the operation.

        Parameters:
        filterCriterion - Represents a condition that when matched will be added to the response of the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterCriterion

        FilterCriteria.Builder filterCriterion​(FilterCriterion... filterCriterion)

        Represents a condition that when matched will be added to the response of the operation.

        Parameters:
        filterCriterion - Represents a condition that when matched will be added to the response of the operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.