@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class RecipientUpdateResponse extends Object
| Constructor and Description |
|---|
RecipientUpdateResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ErrorDetails |
getErrorDetails() |
String |
getRecipientId()
Unique for the recipient.
|
Tabs |
getTabs() |
int |
hashCode() |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setRecipientId(String recipientId) |
void |
setTabs(Tabs tabs) |
String |
toString() |
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
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)
public Tabs getTabs()
public void setTabs(Tabs tabs)
Copyright © 2017. All Rights Reserved.