@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-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 |
getIsSignatureProviderEnvelope() |
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 |
setIsSignatureProviderEnvelope(String isSignatureProviderEnvelope) |
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 getCompletedDateTime()
public void setCompletedDateTime(String completedDateTime)
public String getCreatedDateTime()
public void setCreatedDateTime(String createdDateTime)
public List<CustomFieldV2> getCustomFields()
public void setCustomFields(List<CustomFieldV2> customFields)
public String getDescription()
public void setDescription(String description)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public String getEnvelopeUri()
public void setEnvelopeUri(String envelopeUri)
public String getIs21CFRPart11()
public void setIs21CFRPart11(String is21CFRPart11)
public String getIsSignatureProviderEnvelope()
public void setIsSignatureProviderEnvelope(String isSignatureProviderEnvelope)
public String getLastModified()
public void setLastModified(String lastModified)
public String getName()
public void setName(String name)
public String getOwnerName()
public void setOwnerName(String ownerName)
public Integer getPageCount()
public void setPageCount(Integer pageCount)
public String getPassword()
public void setPassword(String password)
public String getSenderEmail()
public void setSenderEmail(String senderEmail)
public String getSenderName()
public void setSenderName(String senderName)
public String getSentDateTime()
public void setSentDateTime(String sentDateTime)
public String getShared()
public void setShared(String shared)
public String getStatus()
public void setStatus(String status)
public String getSubject()
public void setSubject(String subject)
public String getTemplateId()
public void setTemplateId(String templateId)
public String getUri()
public void setUri(String uri)
Copyright © 2017. All rights reserved.