Class ScheduledSending

    • Constructor Detail

      • ScheduledSending

        public ScheduledSending()
    • Method Detail

      • bulkListId

        public ScheduledSending bulkListId​(String bulkListId)
        bulkListId.
        Returns:
        ScheduledSending
      • getBulkListId

        public String getBulkListId()
        .
        Returns:
        bulkListId
      • setBulkListId

        public void setBulkListId​(String bulkListId)
        setBulkListId.
      • resumeDate

        public ScheduledSending resumeDate​(String resumeDate)
        resumeDate.
        Returns:
        ScheduledSending
      • getResumeDate

        public String getResumeDate()
        An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent or null if the envelope has not yet been sent..
        Returns:
        resumeDate
      • setResumeDate

        public void setResumeDate​(String resumeDate)
        setResumeDate.
      • getRules

        public List<EnvelopeDelayRule> getRules()
        A list of envelope delay rules specified by the user indicating how and when the envelope should be scheduled for sending in the future. Currently only 1 rule may be specified..
        Returns:
        rules
      • getStatus

        public String getStatus()
        Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..
        Returns:
        status
      • setStatus

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