@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class DocumentVisibility extends Object
| Constructor and Description |
|---|
DocumentVisibility() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDocumentId()
Specifies the document ID number that the tab is placed on.
|
ErrorDetails |
getErrorDetails() |
String |
getRecipientId()
Unique for the recipient.
|
String |
getRights() |
String |
getVisible() |
int |
hashCode() |
void |
setDocumentId(String documentId) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setRecipientId(String recipientId) |
void |
setRights(String rights) |
void |
setVisible(String visible) |
String |
toString() |
public String getDocumentId()
Specifies the document ID number that the tab is placed on. This must refer to an existing Document’s ID attribute.
public void setDocumentId(String documentId)
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 String getRights()
public void setRights(String rights)
public String getVisible()
public void setVisible(String visible)
Copyright © 2017. All Rights Reserved.