RED-2562 Added watermark flag to dossier for preview
This commit is contained in:
parent
093fabcd0b
commit
e7621b8d20
@ -35,6 +35,8 @@ public class CreateOrUpdateDossierRequest {
|
||||
|
||||
private boolean watermarkEnabled;
|
||||
|
||||
private boolean watermarkPreviewEnabled;
|
||||
|
||||
private OffsetDateTime dueDate;
|
||||
|
||||
private String dossierTemplateId;
|
||||
|
||||
@ -29,6 +29,7 @@ public class Dossier {
|
||||
private Set<DownloadFileType> downloadFileTypes = new HashSet<>();
|
||||
private Set<String> reportTemplateIds = new HashSet<>();
|
||||
private boolean watermarkEnabled;
|
||||
private boolean watermarkPreviewEnabled;
|
||||
private OffsetDateTime softDeletedTime;
|
||||
private OffsetDateTime hardDeletedTime;
|
||||
private OffsetDateTime startDate;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user