Skip to content
Snippets Groups Projects
Commit 85342ece authored by Tobias Bruns's avatar Tobias Bruns
Browse files

OZG-7679 extend properties for file transfer

parent 101a413e
Branches
No related tags found
No related merge requests found
...@@ -81,6 +81,14 @@ class ProcessorProperties { ...@@ -81,6 +81,14 @@ class ProcessorProperties {
*/ */
@NotNull @NotNull
private String address; private String address;
/** Enable Transfer of Attachments */
@Builder.Default
private boolean transferAttachments = false;
/** Enable Transfer of Representations */
@Builder.Default
private boolean transferRepresentations = false;
} }
@ToString @ToString
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment