@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class EnvelopeTemplateDefinition extends Object
A complex element containing the following information:\n\ntemplateId: Unique identifier of the template. If this is not provided, DocuSign will generate a value. \n\nname: Name of the template. Maximum length: 100 characters.\n\nshared: When set to true, the template is shared with the Everyone group in the account. If false, the template is only shared with the Administrator group.\n\npassword: Password, if the template is locked.\n\ndescription: Description of the template. Maximum Length: 500 characters.\n\npageCount: Number of document pages in the template.\n\nfolderName: The name of the folder the template is located in.\n\nfolderId: The ID for the folder.\n\nowner: The userName, email, userId, userType, and userStatus for the template owner.
| Constructor and Description |
|---|
EnvelopeTemplateDefinition() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getFolderId()
The ID for the folder.
|
String |
getFolderName()
The name of the folder in which the template is located.
|
String |
getFolderUri()
The URI of the folder.
|
String |
getLastModified() |
UserInfo |
getLastModifiedBy() |
String |
getName() |
String |
getNewPassword() |
UserInfo |
getOwner() |
Integer |
getPageCount()
An integer value specifying the number of document pages in the template.
|
String |
getParentFolderUri() |
String |
getPassword() |
String |
getShared()
When set to true, this custom tab is shared.
|
String |
getTemplateId()
The unique identifier of the template.
|
String |
getUri() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setFolderId(String folderId) |
void |
setFolderName(String folderName) |
void |
setFolderUri(String folderUri) |
void |
setLastModified(String lastModified) |
void |
setLastModifiedBy(UserInfo lastModifiedBy) |
void |
setName(String name) |
void |
setNewPassword(String newPassword) |
void |
setOwner(UserInfo owner) |
void |
setPageCount(Integer pageCount) |
void |
setParentFolderUri(String parentFolderUri) |
void |
setPassword(String password) |
void |
setShared(String shared) |
void |
setTemplateId(String templateId) |
void |
setUri(String uri) |
String |
toString() |
public String getDescription()
public void setDescription(String description)
public String getFolderId()
The ID for the folder.
public void setFolderId(String folderId)
public String getFolderName()
The name of the folder in which the template is located.
public void setFolderName(String folderName)
public String getFolderUri()
The URI of the folder.
public void setFolderUri(String folderUri)
public String getLastModified()
public void setLastModified(String lastModified)
public UserInfo getLastModifiedBy()
public void setLastModifiedBy(UserInfo lastModifiedBy)
public String getName()
public void setName(String name)
public String getNewPassword()
public void setNewPassword(String newPassword)
public UserInfo getOwner()
public void setOwner(UserInfo owner)
public Integer getPageCount()
An integer value specifying the number of document pages in the template. Omit this property if not submitting a page count.
public void setPageCount(Integer pageCount)
public String getParentFolderUri()
public void setParentFolderUri(String parentFolderUri)
public String getPassword()
public void setPassword(String password)
public String getShared()
When set to true, this custom tab is shared.
public void setShared(String shared)
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.