Package com.pdfgate
Class EnvelopeFieldResponse
java.lang.Object
com.pdfgate.EnvelopeFieldResponse
Field metadata returned for an envelope recipient.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty field response for JSON deserialization. -
Method Summary
-
Constructor Details
-
EnvelopeFieldResponse
public EnvelopeFieldResponse()Creates an empty field response for JSON deserialization.
-
-
Method Details
-
getName
Returns the field name.- Returns:
- the field name.
-
getType
Returns the field type.- Returns:
- the field type.
-
getValue
Returns the field value, if present.- Returns:
- the field value, if present.
-
getChecked
Returns whether the field is checked, if present.- Returns:
- whether the field is checked, if present.
-
equals
-
hashCode
public int hashCode()
-