Class TaskCompleteRequest
java.lang.Object
io.camunda.tasklist.generated.model.TaskCompleteRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-29T10:52:23.981575172Z[Etc/UTC]",
comments="Generator version: 7.8.0")
public class TaskCompleteRequest
extends Object
Request object with variables to update or add to task during the task completion.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddVariablesItem(VariableInputDTO variablesItem) booleanVariables to update or add to task during the task completioninthashCode()voidsetVariables(List<VariableInputDTO> variables) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.variables(List<VariableInputDTO> variables)
-
Field Details
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
TaskCompleteRequest
public TaskCompleteRequest()
-
-
Method Details
-
variables
-
addVariablesItem
-
getVariables
Variables to update or add to task during the task completion- Returns:
- variables
-
setVariables
-
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
-