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