@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class FolderItemV2 extends Object
| Constructor and Description |
|---|
FolderItemV2() |
| 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.
|
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 |
getExpireDateTime()
The date and time the envelope is set to expire.
|
String |
getFolderId() |
String |
getFolderUri() |
String |
getIs21CFRPart11()
When set to true, indicates that this module is enabled on the account.
|
String |
getIsSignatureProviderEnvelope() |
String |
getLastModifiedDateTime()
The date and time the item was last modified.
|
String |
getOwnerName() |
Recipients |
getRecipients() |
String |
getRecipientsUri()
Contains a URI for an endpoint that you can use to retrieve the recipients.
|
String |
getSenderCompany() |
String |
getSenderEmail() |
String |
getSenderName() |
String |
getSenderUserId() |
String |
getSentDateTime()
The date and time the envelope was sent.
|
String |
getStatus()
Indicates the envelope status.
|
String |
getSubject() |
int |
hashCode() |
void |
setCompletedDateTime(String completedDateTime) |
void |
setCreatedDateTime(String createdDateTime) |
void |
setEnvelopeId(String envelopeId) |
void |
setEnvelopeUri(String envelopeUri) |
void |
setExpireDateTime(String expireDateTime) |
void |
setFolderId(String folderId) |
void |
setFolderUri(String folderUri) |
void |
setIs21CFRPart11(String is21CFRPart11) |
void |
setIsSignatureProviderEnvelope(String isSignatureProviderEnvelope) |
void |
setLastModifiedDateTime(String lastModifiedDateTime) |
void |
setOwnerName(String ownerName) |
void |
setRecipients(Recipients recipients) |
void |
setRecipientsUri(String recipientsUri) |
void |
setSenderCompany(String senderCompany) |
void |
setSenderEmail(String senderEmail) |
void |
setSenderName(String senderName) |
void |
setSenderUserId(String senderUserId) |
void |
setSentDateTime(String sentDateTime) |
void |
setStatus(String status) |
void |
setSubject(String subject) |
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 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 getExpireDateTime()
The date and time the envelope is set to expire.
public void setExpireDateTime(String expireDateTime)
public String getFolderId()
public void setFolderId(String folderId)
public String getFolderUri()
public void setFolderUri(String folderUri)
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 getLastModifiedDateTime()
The date and time the item was last modified.
public void setLastModifiedDateTime(String lastModifiedDateTime)
public String getOwnerName()
public void setOwnerName(String ownerName)
public Recipients getRecipients()
public void setRecipients(Recipients recipients)
public String getRecipientsUri()
Contains a URI for an endpoint that you can use to retrieve the recipients.
public void setRecipientsUri(String recipientsUri)
public String getSenderCompany()
public void setSenderCompany(String senderCompany)
public String getSenderEmail()
public void setSenderEmail(String senderEmail)
public String getSenderName()
public void setSenderName(String senderName)
public String getSenderUserId()
public void setSenderUserId(String senderUserId)
public String getSentDateTime()
The date and time the envelope was sent.
public void setSentDateTime(String sentDateTime)
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)
Copyright © 2017. All Rights Reserved.