Class UserTaskUpdateRequest
java.lang.Object
io.camunda.zeebe.gateway.protocol.rest.UserTaskUpdateRequest
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2024-10-11T17:26:39.504605721Z[GMT]",
comments="Generator version: 7.8.0")
public class UserTaskUpdateRequest
extends Object
UserTaskUpdateRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA custom action value that will be accessible from user task events resulting from this endpoint invocation.@Valid ChangesetGet changesetinthashCode()voidvoidsetChangeset(Changeset changeset) toString()
-
Constructor Details
-
UserTaskUpdateRequest
public UserTaskUpdateRequest()
-
-
Method Details
-
changeset
-
getChangeset
Get changeset- Returns:
- changeset
-
setChangeset
-
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 \"update\".- Returns:
- action
-
setAction
-
equals
-
hashCode
public int hashCode() -
toString
-