Class DictionaryEntry

java.lang.Object
org.apache.camel.component.servicenow.model.DictionaryEntry

public class DictionaryEntry extends Object
  • Constructor Details

    • DictionaryEntry

      public DictionaryEntry(Reference internalType, Reference reference, Integer maxLength, boolean mandatory)
  • Method Details

    • getInternalType

      public Reference getInternalType()
    • getReference

      public Reference getReference()
    • getMaxLength

      public Integer getMaxLength()
    • isMandatory

      public boolean isMandatory()