We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470641b commit 3a77f4eCopy full SHA for 3a77f4e
src/main/java/de/bitzeche/video/transcoding/zencoder/job/ZencoderNotification.java
@@ -73,6 +73,9 @@ public void setFormat(String format) {
73
this.format = format;
74
}
75
76
+ /**
77
+ * @param headers see https://app.zencoder.com/docs/api/encoding/notifications/notification-headers
78
+ */
79
public void setHeaders(Map<String, String> headers) {
80
this.headers = headers;
81
0 commit comments