Class UserTaskAssignmentRequest
java.lang.Object
io.camunda.zeebe.client.protocol.rest.UserTaskAssignmentRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-12T16:33:02.870455121Z[GMT]",
comments="Generator version: 7.4.0")
public class UserTaskAssignmentRequest
extends Object
UserTaskAssignmentRequest
-
Field Summary
Fields -
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()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ASSIGNEE
- See Also:
-
JSON_PROPERTY_ALLOW_OVERRIDE
- See Also:
-
JSON_PROPERTY_ACTION
- See Also:
-
-
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
-
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
-