@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()
Specifies the date and time this item was completed.
public void setCompletedDateTime(String completedDateTime)
public String getCreatedDateTime()
Indicates the date and time the item was created.
public void setCreatedDateTime(String createdDateTime)
public List<CustomFieldV2> getCustomFields()
An optional array of strings that allows the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each customField string can be a maximum of 100 characters.
public void setCustomFields(List<CustomFieldV2> customFields)
public String getDescription()
public void setDescription(String description)
public String getEnvelopeId()
The envelope ID of the envelope status that failed to post.
public void setEnvelopeId(String envelopeId)
public String getEnvelopeUri()
Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.
public void setEnvelopeUri(String envelopeUri)
public String getIs21CFRPart11()
When set to true, indicates that this module is enabled on the account.
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()
Name of the envelope owner.
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()
Name of the envelope sender.
public void setSenderName(String senderName)
public String getSentDateTime()
The date and time the envelope was sent.
public void setSentDateTime(String sentDateTime)
public String getShared()
When set to true, this custom tab is shared.
public void setShared(String shared)
public String getStatus()
Indicates the envelope status. Valid values are:\n\n* sent - The envelope is sent to the recipients. \n* created - The envelope is saved as a draft and can be modified and sent later.
public void setStatus(String status)
public String getSubject()
public void setSubject(String subject)
public String getTemplateId()
The unique identifier of the template. If this is not provided, DocuSign will generate a value.
public void setTemplateId(String templateId)
public String getUri()
public void setUri(String uri)
Copyright © 2017. All Rights Reserved.