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.Object
Used for anything that needs a delete reason.- Author:
- Thorben Lindhauer
-
-
Constructor Summary
Constructors Constructor Description DeleteEngineEntityDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDeleteReason()
void
setDeleteReason(java.lang.String deleteReason)
-