public class SignatureEnvelopeFieldResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureEnvelopeFieldResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDocumentId() |
String |
getEnvelopeId() |
SignatureEnvelopeFieldInfo |
getField() |
String |
getRecipientId() |
void |
setDocumentId(String documentId) |
void |
setEnvelopeId(String envelopeId) |
void |
setField(SignatureEnvelopeFieldInfo field) |
void |
setRecipientId(String recipientId) |
String |
toString() |
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public String getDocumentId()
public void setDocumentId(String documentId)
public String getRecipientId()
public void setRecipientId(String recipientId)
public SignatureEnvelopeFieldInfo getField()
public void setField(SignatureEnvelopeFieldInfo field)
Copyright © 2015 GroupDocs. All Rights Reserved.