You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smartling-glossary-api/src/main/java/com/smartling/api/glossary/v3/pto/entry/command/GlossaryEntryCommandPTO.java
+13-10Lines changed: 13 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,16 +22,19 @@ public class GlossaryEntryCommandPTO {
22
22
privateStringdefinition;
23
23
/**
24
24
* Glossary entry part of speech.
25
-
* One of :
26
-
* - Noun,
27
-
* - Verb,
28
-
* - Adjective,
29
-
* - Adverb,
30
-
* - Pronoun,
31
-
* - Preposition,
32
-
* - Interjection,
33
-
* - Conjunction,
34
-
* - Proper Noun.
25
+
* Supported values (case-insensitive):
26
+
* - NOUN / Noun
27
+
* - VERB / Verb
28
+
* - ADJECTIVE / Adjective
29
+
* - ADVERB / Adverb
30
+
* - PRONOUN / Pronoun
31
+
* - PREPOSITION / Preposition
32
+
* - INTERJECTION / Interjection
33
+
* - CONJUNCTION / Conjunction
34
+
* - PROPER_NOUN / "Proper Noun"
35
+
* <p>
36
+
* The field accepts both uppercase enum constants and human-readable formats.
37
+
* Invalid values will result in deserialization errors with appropriate error handling.
0 commit comments