Interface SetVariablesCommandStep1
- All Superinterfaces:
CommandWithCommunicationApiStep<SetVariablesCommandStep1>
- All Known Implementing Classes:
SetVariablesCommandImpl
@Deprecated
public interface SetVariablesCommandStep1
extends CommandWithCommunicationApiStep<SetVariablesCommandStep1>
Deprecated.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 8.8 for removal in 8.9, replaced bySetVariablesCommandStep1.SetVariablesCommandStep2 -
Method Summary
Modifier and TypeMethodDescriptionvariables(InputStream variables) Deprecated.Sets the variables document from a JSON stream.Deprecated.Sets the variables document from an object, which will be serialized into a JSON document.Deprecated.Sets the variables document from a JSON string.Deprecated.Sets the variables document from a map.Methods inherited from interface io.camunda.zeebe.client.api.command.CommandWithCommunicationApiStep
useGrpc, useRest
-
Method Details
-
variables
Deprecated.Sets the variables document from a JSON stream.- Parameters:
variables- the variables JSON document as stream- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-
variables
Deprecated.Sets the variables document from a JSON string.- Parameters:
variables- the variables JSON document as String- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-
variables
Deprecated.Sets the variables document from a map.- Parameters:
variables- the variables document as map- Returns:
- the builder for this command. Call
to complete the command and send it to the broker.
invalid reference
#send()
-
variables
Deprecated.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
to complete the command and send it to the broker.
invalid reference
#send()
-
SetVariablesCommandStep1