Class UserTaskCompletionRequest
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.UserTaskCompletionRequest
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class UserTaskCompletionRequest
extends Object
UserTaskCompletionRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA custom action value that will be accessible from user task events resulting from this endpoint invocation.The variables to complete the user task with.inthashCode()putVariablesItem(String key, Object variablesItem) voidvoidsetVariables(Map<String, Object> variables) toString()
-
Constructor Details
-
UserTaskCompletionRequest
public UserTaskCompletionRequest()
-
-
Method Details
-
variables
-
putVariablesItem
-
getVariables
The variables to complete the user task with.- Returns:
- variables
-
setVariables
-
action
-
getAction
A custom action value that will be accessible from user task events resulting from this endpoint invocation. If not provided, it will default to \"complete\".- Returns:
- action
-
setAction
-
equals
-
hashCode
public int hashCode() -
toString
-