Class InlineTemplate


  • public class InlineTemplate
    extends Object
    InlineTemplate.
    • Constructor Detail

      • InlineTemplate

        public InlineTemplate()
    • Method Detail

      • getCustomFields

        public CustomFields getCustomFields()
        An optional array of strings that enables the sender to provide custom data about the recipient. This information is returned in the envelope status but otherwise not used by DocuSign. Each `customField` string can be a maximum of 100 characters..
        Returns:
        customFields
      • setCustomFields

        public void setCustomFields​(CustomFields customFields)
        setCustomFields.
      • addDocumentsItem

        public InlineTemplate addDocumentsItem​(Document documentsItem)
        addDocumentsItem.
        Returns:
        InlineTemplate
      • getDocuments

        public List<Document> getDocuments()
        Complex element contains the details on the documents in the envelope..
        Returns:
        documents
      • setDocuments

        public void setDocuments​(List<Document> documents)
        setDocuments.
      • getEnvelope

        public Envelope getEnvelope()
        A container used to send documents to recipients. The envelope carries information about the sender and timestamps to indicate the progress of the delivery procedure. It can contain collections of Documents, Tabs and Recipients..
        Returns:
        envelope
      • setEnvelope

        public void setEnvelope​(Envelope envelope)
        setEnvelope.
      • getRecipients

        public Recipients getRecipients()
        An array of recipient objects that provides details about the recipients of the envelope..
        Returns:
        recipients
      • setRecipients

        public void setRecipients​(Recipients recipients)
        setRecipients.
      • getSequence

        public String getSequence()
        Specifies the order in which templates are overlaid..
        Returns:
        sequence
      • setSequence

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