Package org.camunda.bpm.engine.rest.dto
Class DeleteEngineEntityDto
- java.lang.Object
- 
- org.camunda.bpm.engine.rest.dto.DeleteEngineEntityDto
 
- 
 public class DeleteEngineEntityDto extends java.lang.ObjectUsed for anything that needs a delete reason.- Author:
- Thorben Lindhauer
 
- 
- 
Constructor SummaryConstructors Constructor Description DeleteEngineEntityDto()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeleteReason()voidsetDeleteReason(java.lang.String deleteReason)
 
-