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