Interface ComplianceStringFilter.Builder

    • Method Detail

      • key

        ComplianceStringFilter.Builder key​(String key)

        The name of the filter.

        Parameters:
        key - The name of the filter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ComplianceStringFilter.Builder values​(Collection<String> values)

        The value for which to search.

        Parameters:
        values - The value for which to search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ComplianceStringFilter.Builder values​(String... values)

        The value for which to search.

        Parameters:
        values - The value for which to search.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ComplianceStringFilter.Builder type​(String type)

        The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.

        Parameters:
        type - The type of comparison that should be performed for the value: Equal, NotEqual, BeginWith, LessThan, or GreaterThan.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ComplianceQueryOperatorType, ComplianceQueryOperatorType