We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7defcab commit 7c395f7Copy full SHA for 7c395f7
1 file changed
src/main/java/com/mailjet/client/resource/Template.java
@@ -35,6 +35,8 @@ public class Template {
35
public static String LIMIT = "Limit";
36
public static String OFFSET = "Offset";
37
public static String COUNTONLY = "CountOnly";
38
+ public static String ISTEXTPARTGENERATIONENABLED = "IsTextPartGenerationEnabled";
39
+ public static String LOCALE = "Locale";
40
41
}
42
0 commit comments