Class UserTaskCompletionRequest
java.lang.Object
io.camunda.zeebe.client.protocol.rest.UserTaskCompletionRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-12T16:33:02.870455121Z[GMT]",
comments="Generator version: 7.4.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()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
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
-
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
-