Package io.camunda.client.protocol.rest
Class AdHocSubProcessActivateActivityReference
java.lang.Object
io.camunda.client.protocol.rest.AdHocSubProcessActivateActivityReference
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class AdHocSubProcessActivateActivityReference
extends Object
AdHocSubProcessActivateActivityReference
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe ID of the element that should be activated.Variables to be set when activating the element.inthashCode()putVariablesItem(String key, Object variablesItem) voidsetElementId(String elementId) voidsetVariables(Map<String, Object> variables) toString()
-
Field Details
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
AdHocSubProcessActivateActivityReference
public AdHocSubProcessActivateActivityReference()
-
-
Method Details
-
elementId
-
getElementId
The ID of the element that should be activated.- Returns:
- elementId
-
setElementId
-
variables
-
putVariablesItem
-
getVariables
Variables to be set when activating the element.- Returns:
- variables
-
setVariables
-
equals
-
hashCode
public int hashCode() -
toString
-