Interface MessageTemplateFilterField.Builder

    • Method Detail

      • includeNoExistence

        MessageTemplateFilterField.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

        MessageTemplateFilterField.Builder name​(String name)

        The name of the attribute field to filter the message templates by.

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

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

        The values of attribute field to filter the message template by.

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

        MessageTemplateFilterField.Builder values​(String... values)

        The values of attribute field to filter the message template by.

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