Uses of Class
com.docusign.maestro.model.WorkflowDeleteResponse
-
Packages that use WorkflowDeleteResponse Package Description com.docusign.maestro.api com.docusign.maestro.model -
-
Uses of WorkflowDeleteResponse in com.docusign.maestro.api
Methods in com.docusign.maestro.api that return WorkflowDeleteResponse Modifier and Type Method Description WorkflowDeleteResponseWorkflowManagementApi. deleteWorkflowDefinition(String accountId, String workflowDefinitionId)Deletes a workflow definition..Methods in com.docusign.maestro.api that return types with arguments of type WorkflowDeleteResponse Modifier and Type Method Description ApiResponse<WorkflowDeleteResponse>WorkflowManagementApi. deleteWorkflowDefinitionWithHttpInfo(String accountId, String workflowDefinitionId)Deletes a workflow definition. -
Uses of WorkflowDeleteResponse in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return WorkflowDeleteResponse Modifier and Type Method Description WorkflowDeleteResponseWorkflowDeleteResponse. pollUrl(String pollUrl)pollUrl.WorkflowDeleteResponseWorkflowDeleteResponse. workflowDefinitionId(String workflowDefinitionId)workflowDefinitionId.
-