Uses of Class
com.docusign.maestro.model.TriggerWorkflowViaPostResponse
-
Packages that use TriggerWorkflowViaPostResponse Package Description com.docusign.maestro.api com.docusign.maestro.model -
-
Uses of TriggerWorkflowViaPostResponse in com.docusign.maestro.api
Methods in com.docusign.maestro.api that return TriggerWorkflowViaPostResponse Modifier and Type Method Description TriggerWorkflowViaPostResponseWorkflowTriggerApi. triggerWorkflow(String accountId, String workflowDefinitionId, TriggerPayload body)Creates a new workflow instance after authenticating with DS Account Server.TriggerWorkflowViaPostResponseWorkflowTriggerApi. triggerWorkflow(String accountId, String workflowDefinitionId, TriggerPayload body, WorkflowTriggerApi.TriggerWorkflowOptions options)Creates a new workflow instance after authenticating with DS Account Server.Methods in com.docusign.maestro.api that return types with arguments of type TriggerWorkflowViaPostResponse Modifier and Type Method Description ApiResponse<TriggerWorkflowViaPostResponse>WorkflowTriggerApi. triggerWorkflowWithHttpInfo(String accountId, String workflowDefinitionId, TriggerPayload body, WorkflowTriggerApi.TriggerWorkflowOptions options)Creates a new workflow instance after authenticating with DS Account Server Creates a new workflow instance after authenticating with DS Account Server -
Uses of TriggerWorkflowViaPostResponse in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return TriggerWorkflowViaPostResponse Modifier and Type Method Description TriggerWorkflowViaPostResponseTriggerWorkflowViaPostResponse. instanceId(String instanceId)instanceId.TriggerWorkflowViaPostResponseTriggerWorkflowViaPostResponse. workflowInstanceUrl(String workflowInstanceUrl)workflowInstanceUrl.
-