@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class PowerFormFormDataRecipient extends Object
| Constructor and Description |
|---|
PowerFormFormDataRecipient() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getEmail() |
List<NameValue> |
getFormData() |
String |
getName() |
String |
getRecipientId()
Unique for the recipient.
|
int |
hashCode() |
void |
setEmail(String email) |
void |
setFormData(List<NameValue> formData) |
void |
setName(String name) |
void |
setRecipientId(String recipientId) |
String |
toString() |
public String getEmail()
public void setEmail(String email)
public String getName()
public void setName(String name)
public String getRecipientId()
Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.
public void setRecipientId(String recipientId)
Copyright © 2017. All Rights Reserved.