Class SetVariablesAsyncDto
java.lang.Object
org.camunda.community.rest.client.dto.SetVariablesAsyncDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class SetVariablesAsyncDto
extends Object
SetVariablesAsyncDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddProcessInstanceIdsItem(String processInstanceIdsItem) booleanGet historicProcessInstanceQueryA list of process instance ids that define a group of process instances to which the operation will set variables.Get processInstanceQueryA variables the operation will set in the root scope of the process instances.org.openapitools.jackson.nullable.JsonNullable<Map<String,VariableValueDto>> inthashCode()historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) processInstanceIds(List<String> processInstanceIds) processInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) putVariablesItem(String key, VariableValueDto variablesItem) voidsetHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) voidsetProcessInstanceIds(List<String> processInstanceIds) voidsetProcessInstanceIds_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> processInstanceIds) voidsetProcessInstanceQuery(ProcessInstanceQueryDto processInstanceQuery) voidsetVariables(Map<String, VariableValueDto> variables) voidsetVariables_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, VariableValueDto>> variables) 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_PROCESS_INSTANCE_IDS
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_QUERY
- See Also:
-
JSON_PROPERTY_HISTORIC_PROCESS_INSTANCE_QUERY
- See Also:
-
JSON_PROPERTY_VARIABLES
- See Also:
-
-
Constructor Details
-
SetVariablesAsyncDto
public SetVariablesAsyncDto()
-
-
Method Details
-
processInstanceIds
-
addProcessInstanceIdsItem
-
getProcessInstanceIds
A list of process instance ids that define a group of process instances to which the operation will set variables. Please note that if `processInstanceIds`, `processInstanceQuery` and `historicProcessInstanceQuery` are defined, the resulting operation will be performed on the union of these sets.- Returns:
- processInstanceIds
-
getProcessInstanceIds_JsonNullable
-
setProcessInstanceIds_JsonNullable
-
setProcessInstanceIds
-
processInstanceQuery
-
getProcessInstanceQuery
Get processInstanceQuery- Returns:
- processInstanceQuery
-
setProcessInstanceQuery
-
historicProcessInstanceQuery
public SetVariablesAsyncDto historicProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
getHistoricProcessInstanceQuery
Get historicProcessInstanceQuery- Returns:
- historicProcessInstanceQuery
-
setHistoricProcessInstanceQuery
public void setHistoricProcessInstanceQuery(HistoricProcessInstanceQueryDto historicProcessInstanceQuery) -
variables
-
putVariablesItem
-
getVariables
A variables the operation will set in the root scope of the process instances.- 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
-
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
-