Interface SetVariablesCommandStep1

    • Method Detail

      • variables

        SetVariablesCommandStep1.SetVariablesCommandStep2 variables​(InputStream variables)
        Sets the variables document from a JSON stream.
        Parameters:
        variables - the variables JSON document as stream
        Returns:
        the builder for this command. Call #send() to complete the command and send it to the broker.
      • variables

        SetVariablesCommandStep1.SetVariablesCommandStep2 variables​(String variables)
        Sets the variables document from a JSON string.
        Parameters:
        variables - the variables JSON document as String
        Returns:
        the builder for this command. Call #send() to complete the command and send it to the broker.
      • variables

        SetVariablesCommandStep1.SetVariablesCommandStep2 variables​(Object variables)
        Sets the variables document from an object, which will be serialized into a JSON document.
        Parameters:
        variables - the variables document as object
        Returns:
        the builder for this command. Call #send() to complete the command and send it to the broker.