Package io.camunda.client.protocol.rest
Class UserTaskCompletionRequest
java.lang.Object
io.camunda.client.protocol.rest.UserTaskCompletionRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class UserTaskCompletionRequest
extends Object
UserTaskCompletionRequest
-
Field Summary
Fields -
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()
-
Field Details
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_ACTION
- See Also:
-
-
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
-