Interface QuickResponseOrderField.Builder

    • Method Detail

      • name

        QuickResponseOrderField.Builder name​(String name)

        The name of the attribute to order the quick response query results by.

        Parameters:
        name - The name of the attribute to order the quick response query results by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • order

        QuickResponseOrderField.Builder order​(String order)

        The order at which the quick responses are sorted by.

        Parameters:
        order - The order at which the quick responses are sorted by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Order, Order
      • order

        QuickResponseOrderField.Builder order​(Order order)

        The order at which the quick responses are sorted by.

        Parameters:
        order - The order at which the quick responses are sorted by.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Order, Order