@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-14T16:41:01.888-08:00") public class FolderItem extends Object
| Constructor and Description |
|---|
FolderItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCompletedDateTime()
Specifies the date and time this item was completed.
|
String |
getCreatedDateTime()
Indicates the date and time the item was created.
|
List<CustomFieldV2> |
getCustomFields()
An optional array of strings that allows the sender to provide custom data about the recipient.
|
String |
getDescription() |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
String |
getEnvelopeUri()
Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.
|
String |
getIs21CFRPart11()
When set to **true**, indicates that this module is enabled on the account.
|
String |
getLastModified() |
String |
getName() |
String |
getOwnerName()
Name of the envelope owner.
|
Integer |
getPageCount() |
String |
getPassword() |
String |
getSenderEmail() |
String |
getSenderName()
Name of the envelope sender.
|
String |
getSentDateTime()
The date and time the envelope was sent.
|
String |
getShared()
When set to **true**, this custom tab is shared.
|
String |
getStatus()
Indicates the envelope status.
|
String |
getSubject() |
String |
getTemplateId()
The unique identifier of the template.
|
String |
getUri() |
int |
hashCode() |
void |
setCompletedDateTime(String completedDateTime) |
void |
setCreatedDateTime(String createdDateTime) |
void |
setCustomFields(List<CustomFieldV2> customFields) |
void |
setDescription(String description) |
void |
setEnvelopeId(String envelopeId) |
void |
setEnvelopeUri(String envelopeUri) |
void |
setIs21CFRPart11(String is21CFRPart11) |
void |
setLastModified(String lastModified) |
void |
setName(String name) |
void |
setOwnerName(String ownerName) |
void |
setPageCount(Integer pageCount) |
void |
setPassword(String password) |
void |
setSenderEmail(String senderEmail) |
void |
setSenderName(String senderName) |
void |
setSentDateTime(String sentDateTime) |
void |
setShared(String shared) |
void |
setStatus(String status) |
void |
setSubject(String subject) |
void |
setTemplateId(String templateId) |
void |
setUri(String uri) |
String |
toString() |
public String getOwnerName()
public void setOwnerName(String ownerName)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public String getEnvelopeUri()
public void setEnvelopeUri(String envelopeUri)
public String getStatus()
public void setStatus(String status)
public String getSenderName()
public void setSenderName(String senderName)
public String getSenderEmail()
public void setSenderEmail(String senderEmail)
public String getCreatedDateTime()
public void setCreatedDateTime(String createdDateTime)
public String getSentDateTime()
public void setSentDateTime(String sentDateTime)
public String getCompletedDateTime()
public void setCompletedDateTime(String completedDateTime)
public String getSubject()
public void setSubject(String subject)
public String getTemplateId()
public void setTemplateId(String templateId)
public String getName()
public void setName(String name)
public String getShared()
public void setShared(String shared)
public String getPassword()
public void setPassword(String password)
public String getDescription()
public void setDescription(String description)
public String getLastModified()
public void setLastModified(String lastModified)
public Integer getPageCount()
public void setPageCount(Integer pageCount)
public String getUri()
public void setUri(String uri)
public String getIs21CFRPart11()
public void setIs21CFRPart11(String is21CFRPart11)
public List<CustomFieldV2> getCustomFields()
public void setCustomFields(List<CustomFieldV2> customFields)
Copyright © 2016. All rights reserved.