Class UserTaskAssignmentRequest
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.UserTaskAssignmentRequest
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class UserTaskAssignmentRequest
extends Object
UserTaskAssignmentRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowOverride(Boolean allowOverride) booleanA custom action value that will be accessible from user task events resulting from this endpoint invocation.By default, the task is reassigned if it was already assigned.The assignee for the user task.inthashCode()voidvoidsetAllowOverride(Boolean allowOverride) voidsetAssignee(String assignee) toString()
-
Constructor Details
-
UserTaskAssignmentRequest
public UserTaskAssignmentRequest()
-
-
Method Details
-
assignee
-
getAssignee
The assignee for the user task. The assignee must not be empty or `null`.- Returns:
- assignee
-
setAssignee
-
allowOverride
-
getAllowOverride
By default, the task is reassigned if it was already assigned. Set this to `false` to return an error in such cases. The task must then first be unassigned to be assigned again. Use this when you have users picking from group task queues to prevent race conditions.- Returns:
- allowOverride
-
setAllowOverride
-
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 \"assign\".- Returns:
- action
-
setAction
-
equals
-
hashCode
public int hashCode() -
toString
-