Class ModifyProcessInstanceActivateInstructionBase
java.lang.Object
io.camunda.zeebe.client.protocol.rest.ModifyProcessInstanceActivateInstructionBase
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-08-04T12:37:47.170113265Z[GMT]",
comments="Generator version: 7.8.0")
public class ModifyProcessInstanceActivateInstructionBase
extends Object
Base properties for ModifyProcessInstanceActivateInstruction
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) booleanThe ID of the element that should be activated.Get variableInstructionsinthashCode()voidsetElementId(String elementId) voidsetVariableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions)
-
Field Details
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_VARIABLE_INSTRUCTIONS
- See Also:
-
-
Constructor Details
-
ModifyProcessInstanceActivateInstructionBase
public ModifyProcessInstanceActivateInstructionBase()
-
-
Method Details
-
elementId
-
getElementId
The ID of the element that should be activated.- Returns:
- elementId
-
setElementId
-
variableInstructions
public ModifyProcessInstanceActivateInstructionBase variableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) -
addVariableInstructionsItem
public ModifyProcessInstanceActivateInstructionBase addVariableInstructionsItem(ModifyProcessInstanceVariableInstruction variableInstructionsItem) -
getVariableInstructions
Get variableInstructions- Returns:
- variableInstructions
-
setVariableInstructions
public void setVariableInstructions(List<ModifyProcessInstanceVariableInstruction> variableInstructions) -
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-