Skip to content

Commit a002eb1

Browse files
authored
Merge pull request #89 from messagebird/addDataCodingType
added auto in datacodingtype
2 parents 031fa74 + 60fa27a commit a002eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/src/main/java/com/messagebird/objects/DataCodingType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
*/
88
public enum DataCodingType {
99
plain("plain"),
10-
unicode("unicode");
10+
unicode("unicode"),
11+
auto("auto");
1112

1213
final String value;
1314

0 commit comments

Comments
 (0)