@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class PowerFormFormDataEnvelope extends Object
| Constructor and Description |
|---|
PowerFormFormDataEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
List<PowerFormFormDataRecipient> |
getRecipients()
An array of powerform recipients.
|
int |
hashCode() |
void |
setEnvelopeId(String envelopeId) |
void |
setRecipients(List<PowerFormFormDataRecipient> recipients) |
String |
toString() |
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public List<PowerFormFormDataRecipient> getRecipients()
public void setRecipients(List<PowerFormFormDataRecipient> recipients)
Copyright © 2017. All rights reserved.