Uses of Class
com.docusign.maestro.model.DeployRequest
-
Packages that use DeployRequest Package Description com.docusign.maestro.api com.docusign.maestro.model -
-
Uses of DeployRequest in com.docusign.maestro.api
Methods in com.docusign.maestro.api with parameters of type DeployRequest Modifier and Type Method Description DeployResponseWorkflowManagementApi. publishOrUnPublishWorkflowDefinition(String accountId, String workflowDefinitionId, DeployRequest body)Publishes or unpublishes a workflow definition..ApiResponse<DeployResponse>WorkflowManagementApi. publishOrUnPublishWorkflowDefinitionWithHttpInfo(String accountId, String workflowDefinitionId, DeployRequest body)Publishes or unpublishes a workflow definition. -
Uses of DeployRequest in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return DeployRequest Modifier and Type Method Description DeployRequestDeployRequest. deploymentStatus(DeployStatus deploymentStatus)deploymentStatus.
-