Package com.docusign.esign.model
Class ScheduledSendingApiModel
- java.lang.Object
-
- com.docusign.esign.model.ScheduledSendingApiModel
-
public class ScheduledSendingApiModel extends Object
ScheduledSendingApiModel.
-
-
Constructor Summary
Constructors Constructor Description ScheduledSendingApiModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduledSendingApiModeladdRulesItem(EnvelopeDelayRuleApiModel 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 or null if the envelope has not yet been sent..List<EnvelopeDelayRuleApiModel>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.StringgetStatus()\"pending\" if the envelope has not yet been sent and the scheduled sending delay has not iniaited.inthashCode()Returns the HashCode.ScheduledSendingApiModelresumeDate(String resumeDate)resumeDate.ScheduledSendingApiModelrules(List<EnvelopeDelayRuleApiModel> rules)rules.voidsetResumeDate(String resumeDate)setResumeDate.voidsetRules(List<EnvelopeDelayRuleApiModel> rules)setRules.voidsetStatus(String status)setStatus.ScheduledSendingApiModelstatus(String status)status.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
resumeDate
public ScheduledSendingApiModel resumeDate(String resumeDate)
resumeDate.- Returns:
- ScheduledSendingApiModel
-
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 or null if the envelope has not yet been sent..- Returns:
- resumeDate
-
setResumeDate
public void setResumeDate(String resumeDate)
setResumeDate.
-
rules
public ScheduledSendingApiModel rules(List<EnvelopeDelayRuleApiModel> rules)
rules.- Returns:
- ScheduledSendingApiModel
-
addRulesItem
public ScheduledSendingApiModel addRulesItem(EnvelopeDelayRuleApiModel rulesItem)
addRulesItem.- Returns:
- ScheduledSendingApiModel
-
getRules
public List<EnvelopeDelayRuleApiModel> 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. Currently only 1 rule may be specified..- Returns:
- rules
-
setRules
public void setRules(List<EnvelopeDelayRuleApiModel> rules)
setRules.
-
status
public ScheduledSendingApiModel status(String status)
status.- Returns:
- ScheduledSendingApiModel
-
getStatus
public String getStatus()
\"pending\" if the envelope has not yet been sent and the scheduled sending delay has not iniaited. \"started\" if the scheduled sending delay is in progress. \"completed\" if the scheduled sending delay has elapsed and the envelope has been sent..- Returns:
- status
-
setStatus
public void setStatus(String status)
setStatus.
-
equals
public boolean equals(Object o)
Compares objects.
-
-