@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()
public void setCompletedDateTime(String completedDateTime)
public String getCreatedDateTime()
public void setCreatedDateTime(String createdDateTime)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public String getEnvelopeUri()
public void setEnvelopeUri(String envelopeUri)
public String getExpireDateTime()
public void setExpireDateTime(String expireDateTime)
public String getFolderId()
public void setFolderId(String folderId)
public String getFolderUri()
public void setFolderUri(String folderUri)
public String getIs21CFRPart11()
public void setIs21CFRPart11(String is21CFRPart11)
public String getIsSignatureProviderEnvelope()
public void setIsSignatureProviderEnvelope(String isSignatureProviderEnvelope)
public String getLastModifiedDateTime()
public void setLastModifiedDateTime(String lastModifiedDateTime)
public String getOwnerName()
public void setOwnerName(String ownerName)
public Recipients getRecipients()
public void setRecipients(Recipients recipients)
public String getRecipientsUri()
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()
public void setSentDateTime(String sentDateTime)
public String getStatus()
public void setStatus(String status)
public String getSubject()
public void setSubject(String subject)
Copyright © 2017. All rights reserved.