Interface ActionPayload.Builder

    • Method Detail

      • stringValue

        ActionPayload.Builder stringValue​(String stringValue)

        The payload of the action in a JSON string.

        Parameters:
        stringValue - The payload of the action in a JSON string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.