Interface QuickResponseFilterField.Builder

    • Method Detail

      • includeNoExistence

        QuickResponseFilterField.Builder includeNoExistence​(Boolean includeNoExistence)

        Whether to treat null value as a match for the attribute field.

        Parameters:
        includeNoExistence - Whether to treat null value as a match for the attribute field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        QuickResponseFilterField.Builder name​(String name)

        The name of the attribute field to filter the quick responses by.

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

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

        The values of attribute field to filter the quick response by.

        Parameters:
        values - The values of attribute field to filter the quick response by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        QuickResponseFilterField.Builder values​(String... values)

        The values of attribute field to filter the quick response by.

        Parameters:
        values - The values of attribute field to filter the quick response by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.