Interface JsonFormatRef.Builder

    • Method Detail

      • key

        JsonFormatRef.Builder key​(String key)

        The specified key for the JSON.

        Parameters:
        key - The specified key for the JSON.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        JsonFormatRef.Builder value​(String value)

        The specified value for the JSON.

        Parameters:
        value - The specified value for the JSON.
        Returns:
        Returns a reference to this object so that method calls can be chained together.