Interface Text.Builder

    • Method Detail

      • locale

        Text.Builder locale​(String locale)

        The locale of the text message. Currently, en-US is supported.

        Parameters:
        locale - The locale of the text message. Currently, en-US is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale, Locale
      • locale

        Text.Builder locale​(Locale locale)

        The locale of the text message. Currently, en-US is supported.

        Parameters:
        locale - The locale of the text message. Currently, en-US is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Locale, Locale
      • value

        Text.Builder value​(String value)

        The value of the text message.

        Parameters:
        value - The value of the text message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.