Class EnvelopeTemplateDefinition


  • public class EnvelopeTemplateDefinition
    extends Object
    A complex element containing the following information: templateId: Unique identifier of the template. If this is not provided, DocuSign will generate a value. name: Name of the template. Maximum length: 100 characters. shared: 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. password: Password, if the template is locked. description: Description of the template. Maximum Length: 500 characters. pageCount: Number of document pages in the template. folderName: The name of the folder the template is located in. folderId: The ID for the folder. owner: The userName, email, userId, userType, and userStatus for the template owner..
    • Constructor Detail

      • EnvelopeTemplateDefinition

        public EnvelopeTemplateDefinition()
    • Method Detail

      • getCreated

        public String getCreated()
        .
        Returns:
        created
      • setCreated

        public void setCreated​(String created)
        setCreated.
      • getDescription

        public String getDescription()
        .
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
        setDescription.
      • getFolderId

        public String getFolderId()
        The ID for the folder..
        Returns:
        folderId
      • setFolderId

        public void setFolderId​(String folderId)
        setFolderId.
      • getFolderName

        public String getFolderName()
        The name of the folder in which the template is located..
        Returns:
        folderName
      • setFolderName

        public void setFolderName​(String folderName)
        setFolderName.
      • getFolderUri

        public String getFolderUri()
        The URI of the folder..
        Returns:
        folderUri
      • setFolderUri

        public void setFolderUri​(String folderUri)
        setFolderUri.
      • getLastModified

        public String getLastModified()
        .
        Returns:
        lastModified
      • setLastModified

        public void setLastModified​(String lastModified)
        setLastModified.
      • getLastModifiedBy

        public UserInfo getLastModifiedBy()
        Get lastModifiedBy.
        Returns:
        lastModifiedBy
      • setLastModifiedBy

        public void setLastModifiedBy​(UserInfo lastModifiedBy)
        setLastModifiedBy.
      • getName

        public String getName()
        .
        Returns:
        name
      • setName

        public void setName​(String name)
        setName.
      • getNewPassword

        public String getNewPassword()
        .
        Returns:
        newPassword
      • setNewPassword

        public void setNewPassword​(String newPassword)
        setNewPassword.
      • getOwner

        public UserInfo getOwner()
        Get owner.
        Returns:
        owner
      • setOwner

        public void setOwner​(UserInfo owner)
        setOwner.
      • getPageCount

        public Integer getPageCount()
        An integer value specifying the number of document pages in the template. Omit this property if not submitting a page count..
        Returns:
        pageCount
      • setPageCount

        public void setPageCount​(Integer pageCount)
        setPageCount.
      • getParentFolderUri

        public String getParentFolderUri()
        .
        Returns:
        parentFolderUri
      • setParentFolderUri

        public void setParentFolderUri​(String parentFolderUri)
        setParentFolderUri.
      • getPassword

        public String getPassword()
        .
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
        setPassword.
      • getShared

        public String getShared()
        When set to **true**, this custom tab is shared..
        Returns:
        shared
      • setShared

        public void setShared​(String shared)
        setShared.
      • getTemplateId

        public String getTemplateId()
        The unique identifier of the template. If this is not provided, DocuSign will generate a value. .
        Returns:
        templateId
      • setTemplateId

        public void setTemplateId​(String templateId)
        setTemplateId.
      • getUri

        public String getUri()
        .
        Returns:
        uri
      • setUri

        public void setUri​(String uri)
        setUri.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object