Class TemplateSharedItem


  • public class TemplateSharedItem
    extends Object
    Information about shared templates..
    • Constructor Detail

      • TemplateSharedItem

        public TemplateSharedItem()
    • Method Detail

      • getErrorDetails

        public ErrorDetails getErrorDetails()
        This object describes errors that occur. It is only valid for responses and ignored in requests..
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • getOwner

        public UserInfo getOwner()
        Information about the user who owns the template..
        Returns:
        owner
      • setOwner

        public void setOwner​(UserInfo owner)
        setOwner.
      • 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.
      • setSharedUsers

        public void setSharedUsers​(List<UserSharedItem> sharedUsers)
        setSharedUsers.
      • 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.
      • templateName

        public TemplateSharedItem templateName​(String templateName)
        templateName.
        Returns:
        TemplateSharedItem
      • getTemplateName

        public String getTemplateName()
        .
        Returns:
        templateName
      • setTemplateName

        public void setTemplateName​(String templateName)
        setTemplateName.
      • 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