Package com.docusign.esign.model
Class DelayedRouting
- java.lang.Object
-
- com.docusign.esign.model.DelayedRouting
-
- All Implemented Interfaces:
Serializable
public class DelayedRouting extends Object implements Serializable
DelayedRouting.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DelayedRouting()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelayedRoutingaddRulesItem(EnvelopeDelayRule rulesItem)addRulesItem.booleanequals(Object o)Compares objects.StringgetResumeDate()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..List<EnvelopeDelayRule>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.StringgetStatus()Indicates the envelope status.inthashCode()Returns the HashCode.DelayedRoutingresumeDate(String resumeDate)resumeDate.DelayedRoutingrules(List<EnvelopeDelayRule> rules)rules.voidsetResumeDate(String resumeDate)setResumeDate.voidsetRules(List<EnvelopeDelayRule> rules)setRules.voidsetStatus(String status)setStatus.DelayedRoutingstatus(String status)status.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
resumeDate
public DelayedRouting resumeDate(String resumeDate)
resumeDate.- Returns:
- DelayedRouting
-
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 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(String resumeDate)
setResumeDate.
-
rules
public DelayedRouting rules(List<EnvelopeDelayRule> rules)
rules.- Returns:
- DelayedRouting
-
addRulesItem
public DelayedRouting addRulesItem(EnvelopeDelayRule rulesItem)
addRulesItem.- Returns:
- DelayedRouting
-
getRules
public List<EnvelopeDelayRule> 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
-
setRules
public void setRules(List<EnvelopeDelayRule> rules)
setRules.
-
status
public DelayedRouting status(String status)
status.- Returns:
- DelayedRouting
-
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.
-
-