Interface StringReference.Builder

    • Method Detail

      • name

        StringReference.Builder name​(String name)

        Identifier of the string reference.

        Parameters:
        name - Identifier of the string reference.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        StringReference.Builder value​(String value)

        A valid string.

        Parameters:
        value - A valid string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.