Class Template


  • public class Template
    extends AbstractResource
    POJO that represents a HelloSign Template resource.
    • Method Detail

      • getId

        public java.lang.String getId()
      • hasId

        public boolean hasId()
      • getTitle

        public java.lang.String getTitle()
      • hasTitle

        public boolean hasTitle()
      • getMessage

        public java.lang.String getMessage()
      • hasMessage

        public boolean hasMessage()
      • getDocuments

        public java.util.List<Document> getDocuments()
      • getSignerRoles

        public java.util.List<TemplateRole> getSignerRoles()
        Returns a list of SignerRoles. If they are ordered, the list is returned in order.
        Returns:
        List
      • getCCRoles

        public java.util.List<TemplateRole> getCCRoles()
      • getAccounts

        public java.util.List<Account> getAccounts()
      • canEdit

        public boolean canEdit()
      • isCreator

        public boolean isCreator()
      • getCustomFields

        public java.util.List<CustomField> getCustomFields()
      • isEmbedded

        public boolean isEmbedded()
        Returns true if this template was created on a site other than hellosign.com.
        Returns:
        boolean