Package com.docusign.esign.model
Class DelayedRoutingApiModel
- java.lang.Object
-
- com.docusign.esign.model.DelayedRoutingApiModel
-
public class DelayedRoutingApiModel extends Object
DelayedRoutingApiModel.
-
-
Constructor Summary
Constructors Constructor Description DelayedRoutingApiModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DelayedRoutingApiModel
addRulesItem(EnvelopeDelayRuleApiModel rulesItem)
addRulesItem.boolean
equals(Object o)
Compares objects.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..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.String
getStatus()
\"pending\" if the current workflow step has not been reached and the delay has not yet started.int
hashCode()
Returns the HashCode.DelayedRoutingApiModel
resumeDate(String resumeDate)
resumeDate.DelayedRoutingApiModel
rules(List<EnvelopeDelayRuleApiModel> rules)
rules.void
setResumeDate(String resumeDate)
setResumeDate.void
setRules(List<EnvelopeDelayRuleApiModel> rules)
setRules.void
setStatus(String status)
setStatus.DelayedRoutingApiModel
status(String status)
status.String
toString()
Converts the given object to string.
-
-
-
Method Detail
-
resumeDate
public DelayedRoutingApiModel resumeDate(String resumeDate)
resumeDate.- Returns:
- DelayedRoutingApiModel
-
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 DelayedRoutingApiModel rules(List<EnvelopeDelayRuleApiModel> rules)
rules.- Returns:
- DelayedRoutingApiModel
-
addRulesItem
public DelayedRoutingApiModel addRulesItem(EnvelopeDelayRuleApiModel rulesItem)
addRulesItem.- Returns:
- DelayedRoutingApiModel
-
getRules
public 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
-
setRules
public void setRules(List<EnvelopeDelayRuleApiModel> rules)
setRules.
-
status
public DelayedRoutingApiModel status(String status)
status.- Returns:
- DelayedRoutingApiModel
-
getStatus
public 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(String status)
setStatus.
-
equals
public boolean equals(Object o)
Compares objects.
-
-