Uses of Class
com.docusign.esign.model.ScheduledSending
-
Packages that use ScheduledSending Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of ScheduledSending in com.docusign.esign.api
Methods in com.docusign.esign.api that return ScheduledSending Modifier and Type Method Description ScheduledSendingEnvelopesApi. getEnvelopeScheduledSendingDefinition(String accountId, String envelopeId)Returns the scheduled sending rules for an envelope's workflow definition..ScheduledSendingEnvelopesApi. getTemplateScheduledSendingDefinition(String accountId, String templateId)Returns the scheduled sending rules for a template's workflow definition..ScheduledSendingEnvelopesApi. updateEnvelopeScheduledSendingDefinition(String accountId, String envelopeId, ScheduledSending scheduledSending)Updates the scheduled sending rules for an envelope's workflow definition..ScheduledSendingEnvelopesApi. updateTemplateScheduledSendingDefinition(String accountId, String templateId, ScheduledSending scheduledSending)Updates the scheduled sending rules for a template's workflow definition..Methods in com.docusign.esign.api that return types with arguments of type ScheduledSending Modifier and Type Method Description ApiResponse<ScheduledSending>EnvelopesApi. getEnvelopeScheduledSendingDefinitionWithHttpInfo(String accountId, String envelopeId)Returns the scheduled sending rules for an envelope's workflow definition.ApiResponse<ScheduledSending>EnvelopesApi. getTemplateScheduledSendingDefinitionWithHttpInfo(String accountId, String templateId)Returns the scheduled sending rules for a template's workflow definition.ApiResponse<ScheduledSending>EnvelopesApi. updateEnvelopeScheduledSendingDefinitionWithHttpInfo(String accountId, String envelopeId, ScheduledSending scheduledSending)Updates the scheduled sending rules for an envelope's workflow definition.ApiResponse<ScheduledSending>EnvelopesApi. updateTemplateScheduledSendingDefinitionWithHttpInfo(String accountId, String templateId, ScheduledSending scheduledSending)Updates the scheduled sending rules for a template's workflow definition.Methods in com.docusign.esign.api with parameters of type ScheduledSending Modifier and Type Method Description ScheduledSendingEnvelopesApi. updateEnvelopeScheduledSendingDefinition(String accountId, String envelopeId, ScheduledSending scheduledSending)Updates the scheduled sending rules for an envelope's workflow definition..ApiResponse<ScheduledSending>EnvelopesApi. updateEnvelopeScheduledSendingDefinitionWithHttpInfo(String accountId, String envelopeId, ScheduledSending scheduledSending)Updates the scheduled sending rules for an envelope's workflow definition.ScheduledSendingEnvelopesApi. updateTemplateScheduledSendingDefinition(String accountId, String templateId, ScheduledSending scheduledSending)Updates the scheduled sending rules for a template's workflow definition..ApiResponse<ScheduledSending>EnvelopesApi. updateTemplateScheduledSendingDefinitionWithHttpInfo(String accountId, String templateId, ScheduledSending scheduledSending)Updates the scheduled sending rules for a template's workflow definition. -
Uses of ScheduledSending in com.docusign.esign.model
Methods in com.docusign.esign.model that return ScheduledSending Modifier and Type Method Description ScheduledSendingScheduledSending. addRulesItem(EnvelopeDelayRule rulesItem)addRulesItem.ScheduledSendingScheduledSending. bulkListId(String bulkListId)bulkListId.ScheduledSendingWorkflow. getScheduledSending()An object that describes the settings for scheduled sending..ScheduledSendingScheduledSending. resumeDate(String resumeDate)resumeDate.ScheduledSendingScheduledSending. rules(List<EnvelopeDelayRule> rules)rules.ScheduledSendingScheduledSending. status(String status)status.Methods in com.docusign.esign.model with parameters of type ScheduledSending Modifier and Type Method Description WorkflowWorkflow. scheduledSending(ScheduledSending scheduledSending)scheduledSending.voidWorkflow. setScheduledSending(ScheduledSending scheduledSending)setScheduledSending.
-