Package org.openapitools.client.model
Class CompleteTaskDto
- java.lang.Object
-
- org.openapitools.client.model.CompleteTaskDto
-
public class CompleteTaskDto extends Object
CompleteTaskDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_VARIABLESstatic StringSERIALIZED_NAME_WITH_VARIABLES_IN_RETURN
-
Constructor Summary
Constructors Constructor Description CompleteTaskDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Map<String,VariableValueDto>getVariables()A JSON object containing variable key-value pairs.BooleangetWithVariablesInReturn()Indicates whether the response should contain the process variables or not.inthashCode()CompleteTaskDtoputVariablesItem(String key, VariableValueDto variablesItem)voidsetVariables(Map<String,VariableValueDto> variables)voidsetWithVariablesInReturn(Boolean withVariablesInReturn)StringtoString()CompleteTaskDtovariables(Map<String,VariableValueDto> variables)CompleteTaskDtowithVariablesInReturn(Boolean withVariablesInReturn)
-
-
-
Field Detail
-
SERIALIZED_NAME_VARIABLES
public static final String SERIALIZED_NAME_VARIABLES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WITH_VARIABLES_IN_RETURN
public static final String SERIALIZED_NAME_WITH_VARIABLES_IN_RETURN
- See Also:
- Constant Field Values
-
-
Method Detail
-
variables
public CompleteTaskDto variables(Map<String,VariableValueDto> variables)
-
putVariablesItem
public CompleteTaskDto putVariablesItem(String key, VariableValueDto variablesItem)
-
getVariables
public Map<String,VariableValueDto> getVariables()
A JSON object containing variable key-value pairs.- Returns:
- variables
-
setVariables
public void setVariables(Map<String,VariableValueDto> variables)
-
withVariablesInReturn
public CompleteTaskDto withVariablesInReturn(Boolean withVariablesInReturn)
-
getWithVariablesInReturn
public Boolean 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
-
setWithVariablesInReturn
public void setWithVariablesInReturn(Boolean withVariablesInReturn)
-
-