RED-4876 - move boolean to correct class

This commit is contained in:
Thomas Beyer 2023-05-15 10:05:50 +02:00
parent e6f7b58246
commit 4f3bb0101b
2 changed files with 3 additions and 1 deletions

View File

@ -32,4 +32,7 @@ public class CreateOrUpdateDossierTemplateRequest {
private boolean keepImageMetadata;
private boolean keepHiddenText;
private boolean keepOverlappingObjects;
}

View File

@ -47,6 +47,5 @@ public class CreateOrUpdateDossierRequest {
private Long watermarkId;
private Long previewWatermarkId;
private boolean keepOverlappingObjects;
}