Class CompleteTaskDto
java.lang.Object
org.camunda.community.rest.client.dto.CompleteTaskDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class CompleteTaskDto
extends Object
CompleteTaskDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA JSON object containing variable key-value pairs.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> Indicates whether the response should contain the process variables or not.org.openapitools.jackson.nullable.JsonNullable<Boolean>inthashCode()putVariablesItem(String key, VariableValueDto variablesItem) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) voidsetWithVariablesInReturn(Boolean withVariablesInReturn) voidsetWithVariablesInReturn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withVariablesInReturn) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variables(Map<String, VariableValueDto> variables) withVariablesInReturn(Boolean withVariablesInReturn)
-
Field Details
-
JSON_PROPERTY_VARIABLES
- See Also:
-
JSON_PROPERTY_WITH_VARIABLES_IN_RETURN
- See Also:
-
-
Constructor Details
-
CompleteTaskDto
public CompleteTaskDto()
-
-
Method Details
-
variables
-
putVariablesItem
-
getVariables
A JSON object containing variable key-value pairs.- 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
-
withVariablesInReturn
-
getWithVariablesInReturn
Indicates whether the response should contain the process variables or not. The default is `false` with a response code of `204`. If set to `true` the response contains the process variables and has a response code of `200`. If the task is not associated with a process instance (e.g. if it's part of a case instance) no variables will be returned.- Returns:
- withVariablesInReturn
-
getWithVariablesInReturn_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Boolean> getWithVariablesInReturn_JsonNullable() -
setWithVariablesInReturn_JsonNullable
public void setWithVariablesInReturn_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> withVariablesInReturn) -
setWithVariablesInReturn
-
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
-