Interface MessageTemplateOrderField.Builder

    • Method Detail

      • name

        MessageTemplateOrderField.Builder name​(String name)

        The name of the message template.

        Parameters:
        name - The name of the message template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • order

        MessageTemplateOrderField.Builder order​(String order)

        The order at which the message templates are sorted by.

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

        MessageTemplateOrderField.Builder order​(Order order)

        The order at which the message templates are sorted by.

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