Interface RuntimeSessionDataValue.Builder

    • Method Detail

      • stringValue

        RuntimeSessionDataValue.Builder stringValue​(String stringValue)

        The string value of the data stored on the session.

        Parameters:
        stringValue - The string value of the data stored on the session.
        Returns:
        Returns a reference to this object so that method calls can be chained together.