Class DelayedRoutingApiModel


  • public class DelayedRoutingApiModel
    extends java.lang.Object
    DelayedRoutingApiModel.
    • Constructor Detail

      • DelayedRoutingApiModel

        public DelayedRoutingApiModel()
    • Method Detail

      • resumeDate

        public DelayedRoutingApiModel resumeDate​(java.lang.String resumeDate)
        resumeDate.
        Returns:
        DelayedRoutingApiModel
      • getResumeDate

        public java.lang.String getResumeDate()
        An ISO 8601 formatted datetime string indicating the date and time that the envelope is (or was) scheduled to be sent to the recipients associated with the current workflow step or null if the envelope has not yet begun processing the current workflow step..
        Returns:
        resumeDate
      • setResumeDate

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

        public java.util.List<EnvelopeDelayRuleApiModel> getRules()
        A list of envelope delay rules specified by the user indicating how and when the envelope should be sent in the future for the current workflow step and its associated recipients. Currently only 1 rule may be specified..
        Returns:
        rules
      • status

        public DelayedRoutingApiModel status​(java.lang.String status)
        status.
        Returns:
        DelayedRoutingApiModel
      • getStatus

        public java.lang.String getStatus()
        \"pending\" if the current workflow step has not been reached and the delay has not yet started. \"started\" if the delay is in progress. \"completed\" if the delay has elapsed and the envelope has been sent to the current workflow step's recipients..
        Returns:
        status
      • setStatus

        public void setStatus​(java.lang.String status)
        setStatus.
      • equals

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

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

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