Uses of Class
com.docusign.maestro.model.WorkflowDefinitionWithId
-
Packages that use WorkflowDefinitionWithId Package Description com.docusign.maestro.api com.docusign.maestro.model -
-
Uses of WorkflowDefinitionWithId in com.docusign.maestro.api
Methods in com.docusign.maestro.api that return WorkflowDefinitionWithId Modifier and Type Method Description WorkflowDefinitionWithIdWorkflowManagementApi. getWorkflowDefinition(String accountId, String workflowDefinitionId)Get Workflow Definition.WorkflowDefinitionWithIdWorkflowManagementApi. getWorkflowDefinition(String accountId, String workflowDefinitionId, WorkflowManagementApi.GetWorkflowDefinitionOptions options)Get Workflow Definition.Methods in com.docusign.maestro.api that return types with arguments of type WorkflowDefinitionWithId Modifier and Type Method Description ApiResponse<WorkflowDefinitionWithId>WorkflowManagementApi. getWorkflowDefinitionWithHttpInfo(String accountId, String workflowDefinitionId, WorkflowManagementApi.GetWorkflowDefinitionOptions options)Get Workflow Definition Returns a workflow definition. -
Uses of WorkflowDefinitionWithId in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return WorkflowDefinitionWithId Modifier and Type Method Description WorkflowDefinitionWithIdWorkflowDefinitionWithId. accountId(String accountId)accountId.WorkflowDefinitionWithIdWorkflowDefinitionWithId. addValidationErrorsItem(ValidationErrors validationErrorsItem)addValidationErrorsItem.WorkflowDefinitionWithIdWorkflowDefinitionWithId. createdDate(String createdDate)createdDate.WorkflowDefinitionWithIdWorkflowDefinitionWithId. id(String id)id.WorkflowDefinitionWithIdWorkflowDefinitionWithId. isDraft(Boolean isDraft)isDraft.WorkflowDefinitionWithIdWorkflowDefinitionWithId. lastDeployedId(String lastDeployedId)lastDeployedId.WorkflowDefinitionWithIdWorkflowDefinitionWithId. lastDeployedVersion(String lastDeployedVersion)lastDeployedVersion.WorkflowDefinitionWithIdWorkflowDefinitionWithId. lastDeployedWorkflowDefinition(WorkflowDefinition lastDeployedWorkflowDefinition)lastDeployedWorkflowDefinition.WorkflowDefinitionWithIdWorkflowDefinitionWithId. lastUpdatedDate(String lastUpdatedDate)lastUpdatedDate.WorkflowDefinitionWithIdWorkflowDefinitionWithId. status(WorkflowMetadataStatus status)status.WorkflowDefinitionWithIdWorkflowDefinitionWithId. triggerUrl(String triggerUrl)triggerUrl.WorkflowDefinitionWithIdWorkflowDefinitionWithId. validationErrors(List<ValidationErrors> validationErrors)validationErrors.WorkflowDefinitionWithIdWorkflowDefinitionWithId. workflowDefinition(WorkflowDefinition workflowDefinition)workflowDefinition.
-