Uses of Class
com.docusign.esign.model.DelayedRouting
-
Packages that use DelayedRouting Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of DelayedRouting in com.docusign.esign.api
Methods in com.docusign.esign.api that return DelayedRouting Modifier and Type Method Description DelayedRoutingEnvelopesApi. getEnvelopeDelayedRoutingDefinition(String accountId, String envelopeId, String workflowStepId)Returns the delayed routing rules for an envelope's workflow step definition..DelayedRoutingEnvelopesApi. getTemplateDelayedRoutingDefinition(String accountId, String templateId, String workflowStepId)Returns the delayed routing rules for a template's workflow step definition..DelayedRoutingEnvelopesApi. updateEnvelopeDelayedRoutingDefinition(String accountId, String envelopeId, String workflowStepId, DelayedRouting delayedRouting)Updates the delayed routing rules for an envelope's workflow step definition..DelayedRoutingEnvelopesApi. updateTemplateDelayedRoutingDefinition(String accountId, String templateId, String workflowStepId, DelayedRouting delayedRouting)Updates the delayed routing rules for a template's workflow step definition..Methods in com.docusign.esign.api that return types with arguments of type DelayedRouting Modifier and Type Method Description ApiResponse<DelayedRouting>EnvelopesApi. getEnvelopeDelayedRoutingDefinitionWithHttpInfo(String accountId, String envelopeId, String workflowStepId)Returns the delayed routing rules for an envelope's workflow step definition.ApiResponse<DelayedRouting>EnvelopesApi. getTemplateDelayedRoutingDefinitionWithHttpInfo(String accountId, String templateId, String workflowStepId)Returns the delayed routing rules for a template's workflow step definition.ApiResponse<DelayedRouting>EnvelopesApi. updateEnvelopeDelayedRoutingDefinitionWithHttpInfo(String accountId, String envelopeId, String workflowStepId, DelayedRouting delayedRouting)Updates the delayed routing rules for an envelope's workflow step definition.ApiResponse<DelayedRouting>EnvelopesApi. updateTemplateDelayedRoutingDefinitionWithHttpInfo(String accountId, String templateId, String workflowStepId, DelayedRouting delayedRouting)Updates the delayed routing rules for a template's workflow step definition.Methods in com.docusign.esign.api with parameters of type DelayedRouting Modifier and Type Method Description DelayedRoutingEnvelopesApi. updateEnvelopeDelayedRoutingDefinition(String accountId, String envelopeId, String workflowStepId, DelayedRouting delayedRouting)Updates the delayed routing rules for an envelope's workflow step definition..ApiResponse<DelayedRouting>EnvelopesApi. updateEnvelopeDelayedRoutingDefinitionWithHttpInfo(String accountId, String envelopeId, String workflowStepId, DelayedRouting delayedRouting)Updates the delayed routing rules for an envelope's workflow step definition.DelayedRoutingEnvelopesApi. updateTemplateDelayedRoutingDefinition(String accountId, String templateId, String workflowStepId, DelayedRouting delayedRouting)Updates the delayed routing rules for a template's workflow step definition..ApiResponse<DelayedRouting>EnvelopesApi. updateTemplateDelayedRoutingDefinitionWithHttpInfo(String accountId, String templateId, String workflowStepId, DelayedRouting delayedRouting)Updates the delayed routing rules for a template's workflow step definition. -
Uses of DelayedRouting in com.docusign.esign.model
Methods in com.docusign.esign.model that return DelayedRouting Modifier and Type Method Description DelayedRoutingDelayedRouting. addRulesItem(EnvelopeDelayRule rulesItem)addRulesItem.DelayedRoutingWorkflowStep. getDelayedRouting()A complex element that specifies the delayed routing settings for the workflow step..DelayedRoutingDelayedRouting. resumeDate(String resumeDate)resumeDate.DelayedRoutingDelayedRouting. rules(List<EnvelopeDelayRule> rules)rules.DelayedRoutingDelayedRouting. status(String status)status.Methods in com.docusign.esign.model with parameters of type DelayedRouting Modifier and Type Method Description WorkflowStepWorkflowStep. delayedRouting(DelayedRouting delayedRouting)delayedRouting.voidWorkflowStep. setDelayedRouting(DelayedRouting delayedRouting)setDelayedRouting.
-