Uses of Class
com.docusign.esign.model.EnvelopeDelayRuleApiModel
-
Packages that use EnvelopeDelayRuleApiModel Package Description com.docusign.esign.model -
-
Uses of EnvelopeDelayRuleApiModel in com.docusign.esign.model
Methods in com.docusign.esign.model that return EnvelopeDelayRuleApiModel Modifier and Type Method Description EnvelopeDelayRuleApiModelEnvelopeDelayRuleApiModel. delay(String delay)delay.EnvelopeDelayRuleApiModelEnvelopeDelayRuleApiModel. resumeDate(String resumeDate)resumeDate.Methods in com.docusign.esign.model that return types with arguments of type EnvelopeDelayRuleApiModel Modifier and Type Method Description List<EnvelopeDelayRuleApiModel>DelayedRoutingApiModel. 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<EnvelopeDelayRuleApiModel>ScheduledSendingApiModel. 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 EnvelopeDelayRuleApiModel Modifier and Type Method Description DelayedRoutingApiModelDelayedRoutingApiModel. addRulesItem(EnvelopeDelayRuleApiModel rulesItem)addRulesItem.ScheduledSendingApiModelScheduledSendingApiModel. addRulesItem(EnvelopeDelayRuleApiModel rulesItem)addRulesItem.Method parameters in com.docusign.esign.model with type arguments of type EnvelopeDelayRuleApiModel Modifier and Type Method Description DelayedRoutingApiModelDelayedRoutingApiModel. rules(List<EnvelopeDelayRuleApiModel> rules)rules.ScheduledSendingApiModelScheduledSendingApiModel. rules(List<EnvelopeDelayRuleApiModel> rules)rules.voidDelayedRoutingApiModel. setRules(List<EnvelopeDelayRuleApiModel> rules)setRules.voidScheduledSendingApiModel. setRules(List<EnvelopeDelayRuleApiModel> rules)setRules.
-