Class CompleteExternalTaskDto
java.lang.Object
org.camunda.community.rest.client.dto.CompleteExternalTaskDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class CompleteExternalTaskDto
extends Object
CompleteExternalTaskDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA JSON object containing local variable key-value pairs.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> A JSON object containing variable key-value pairs.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> **Mandatory.** The ID of the worker who is performing the operation on the external task.inthashCode()localVariables(Map<String, VariableValueDto> localVariables) putLocalVariablesItem(String key, VariableValueDto localVariablesItem) putVariablesItem(String key, VariableValueDto variablesItem) voidsetLocalVariables(Map<String, VariableValueDto> localVariables) voidsetLocalVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> localVariables) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidsetWorkerId(String workerId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variables(Map<String, VariableValueDto> variables)
-
Field Details
-
JSON_PROPERTY_WORKER_ID
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_LOCAL_VARIABLES
- See Also:
-
-
Constructor Details
-
CompleteExternalTaskDto
public CompleteExternalTaskDto()
-
-
Method Details
-
workerId
-
getWorkerId
**Mandatory.** The ID of the worker who is performing the operation on the external task. If the task is already locked, must match the id of the worker who has most recently locked the task.- Returns:
- workerId
-
setWorkerId
-
variables
-
putVariablesItem
-
getVariables
A JSON object containing variable key-value pairs. Each key is a variable name and each value a JSON variable value object with the following properties:- Returns:
- variables
-
getVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getVariables_JsonNullable() -
setVariables_JsonNullable
public void setVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) -
setVariables
-
localVariables
-
putLocalVariablesItem
public CompleteExternalTaskDto putLocalVariablesItem(String key, VariableValueDto localVariablesItem) -
getLocalVariables
A JSON object containing local variable key-value pairs. Local variables are set only in the scope of external task. Each key is a variable name and each value a JSON variable value object with the following properties:- Returns:
- localVariables
-
getLocalVariables_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> getLocalVariables_JsonNullable() -
setLocalVariables_JsonNullable
public void setLocalVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> localVariables) -
setLocalVariables
-
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
-