Skip to content

Commit 7c395f7

Browse files
adds missing constants to template resource
1 parent 7defcab commit 7c395f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/mailjet/client/resource/Template.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ public class Template {
3535
public static String LIMIT = "Limit";
3636
public static String OFFSET = "Offset";
3737
public static String COUNTONLY = "CountOnly";
38+
public static String ISTEXTPARTGENERATIONENABLED = "IsTextPartGenerationEnabled";
39+
public static String LOCALE = "Locale";
3840

3941
}
4042

0 commit comments

Comments
 (0)