Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit 0b3b83d

Browse files
committed
Merge pull request #24 from Awhiteweb/patch-1
Update ApplicationFieldType.java
2 parents d12ac85 + a152437 commit 0b3b83d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/main/java/com/podio/app/ApplicationFieldType.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,13 @@ public enum ApplicationFieldType {
8989
/**
9090
* A telephone field to hold telephone numbers properly formatted
9191
*/
92-
TEL;
92+
PHONE,
93+
94+
/**
95+
* An Email field to hold email addresses
96+
*/
97+
EMAIL;
98+
9399

94100
@Override
95101
@JsonValue

0 commit comments

Comments
 (0)