Uses of Class
com.docusign.esign.model.EnvelopeDelayRule
-
Packages that use EnvelopeDelayRule Package Description com.docusign.esign.model -
-
Uses of EnvelopeDelayRule in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopeDelayRule Modifier and Type Method Description EnvelopeDelayRuleEnvelopeDelayRule. delay(String delay)delay.EnvelopeDelayRuleEnvelopeDelayRule. resumeDate(String resumeDate)resumeDate.Methods in com.docusign.esign.model that return types with arguments of type EnvelopeDelayRule Modifier and Type Method Description List<EnvelopeDelayRule>DelayedRouting. 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.List<EnvelopeDelayRule>ScheduledSending. 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.Methods in com.docusign.esign.model with parameters of type EnvelopeDelayRule Modifier and Type Method Description DelayedRoutingDelayedRouting. addRulesItem(EnvelopeDelayRule rulesItem)addRulesItem.ScheduledSendingScheduledSending. addRulesItem(EnvelopeDelayRule rulesItem)addRulesItem.Method parameters in com.docusign.esign.model with type arguments of type EnvelopeDelayRule Modifier and Type Method Description DelayedRoutingDelayedRouting. rules(List<EnvelopeDelayRule> rules)rules.ScheduledSendingScheduledSending. rules(List<EnvelopeDelayRule> rules)rules.voidDelayedRouting. setRules(List<EnvelopeDelayRule> rules)setRules.voidScheduledSending. setRules(List<EnvelopeDelayRule> rules)setRules.
-