Uses of Class
com.docusign.maestro.model.WorkflowMetadataStatus
-
Packages that use WorkflowMetadataStatus Package Description com.docusign.maestro.model -
-
Uses of WorkflowMetadataStatus in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return WorkflowMetadataStatus Modifier and Type Method Description static WorkflowMetadataStatusWorkflowMetadataStatus. fromValue(String value)WorkflowMetadataStatusWorkflowDefinitionMetadata. getStatus()Get status.WorkflowMetadataStatusWorkflowDefinitionWithId. getStatus()Get status.static WorkflowMetadataStatusWorkflowMetadataStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowMetadataStatus[]WorkflowMetadataStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.docusign.maestro.model with parameters of type WorkflowMetadataStatus Modifier and Type Method Description voidWorkflowDefinitionMetadata. setStatus(WorkflowMetadataStatus status)setStatus.voidWorkflowDefinitionWithId. setStatus(WorkflowMetadataStatus status)setStatus.WorkflowDefinitionMetadataWorkflowDefinitionMetadata. status(WorkflowMetadataStatus status)status.WorkflowDefinitionWithIdWorkflowDefinitionWithId. status(WorkflowMetadataStatus status)status.
-