public class SignatureEnvelopeRecipientsResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureEnvelopeRecipientsResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvelopeId() |
List<SignatureEnvelopeRecipientInfo> |
getRecipients() |
void |
setEnvelopeId(String envelopeId) |
void |
setRecipients(List<SignatureEnvelopeRecipientInfo> recipients) |
String |
toString() |
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public List<SignatureEnvelopeRecipientInfo> getRecipients()
public void setRecipients(List<SignatureEnvelopeRecipientInfo> recipients)
Copyright © 2015 GroupDocs. All Rights Reserved.