org.camunda.bpm.engine.rest.dto
Class PatchVariablesDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.PatchVariablesDto
public class PatchVariablesDto
- extends Object
- Author:
- Thorben Lindhauer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatchVariablesDto
public PatchVariablesDto()
getModifications
public Map<String,VariableValueDto> getModifications()
setModifications
public void setModifications(Map<String,VariableValueDto> modifications)
getDeletions
public List<String> getDeletions()
setDeletions
public void setDeletions(List<String> deletions)
Copyright © 2016 camunda services GmbH. All rights reserved.