Package com.pdfgate

Class EnvelopeFieldResponse

java.lang.Object
com.pdfgate.EnvelopeFieldResponse

public final class EnvelopeFieldResponse extends Object
Field metadata returned for an envelope recipient.
  • Constructor Details

    • EnvelopeFieldResponse

      public EnvelopeFieldResponse()
      Creates an empty field response for JSON deserialization.
  • Method Details

    • getName

      public String getName()
      Returns the field name.
      Returns:
      the field name.
    • getType

      public DocumentFieldType getType()
      Returns the field type.
      Returns:
      the field type.
    • getValue

      public Optional<Object> getValue()
      Returns the field value, if present.
      Returns:
      the field value, if present.
    • getChecked

      public Optional<Boolean> getChecked()
      Returns whether the field is checked, if present.
      Returns:
      whether the field is checked, if present.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object