Class DictionaryEntry
- java.lang.Object
-
- org.apache.camel.component.servicenow.model.DictionaryEntry
-
public class DictionaryEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description DictionaryEntry(Reference internalType, Reference reference, Integer maxLength, boolean mandatory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reference
getInternalType()
Integer
getMaxLength()
Reference
getReference()
boolean
isMandatory()
-