Interface QuickResponseFilterField.Builder

All Superinterfaces:
Buildable, CopyableBuilder<QuickResponseFilterField.Builder,QuickResponseFilterField>, SdkBuilder<QuickResponseFilterField.Builder,QuickResponseFilterField>, SdkPojo
Enclosing class:
QuickResponseFilterField

public static interface QuickResponseFilterField.Builder extends SdkPojo, CopyableBuilder<QuickResponseFilterField.Builder,QuickResponseFilterField>
  • Method Details

    • 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

      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.
    • operator

      The operator to use for filtering.

      Parameters:
      operator - The operator to use for filtering.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      The operator to use for filtering.

      Parameters:
      operator - The operator to use for filtering.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.