Uses of Class
com.docusign.maestro.model.WorkflowStepHistoryState
-
Packages that use WorkflowStepHistoryState Package Description com.docusign.maestro.model -
-
Uses of WorkflowStepHistoryState in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return WorkflowStepHistoryState Modifier and Type Method Description static WorkflowStepHistoryStateWorkflowStepHistoryState. fromValue(String value)WorkflowStepHistoryStateWorkflowStepHistory. getStepState()Get stepState.static WorkflowStepHistoryStateWorkflowStepHistoryState. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowStepHistoryState[]WorkflowStepHistoryState. 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 WorkflowStepHistoryState Modifier and Type Method Description voidWorkflowStepHistory. setStepState(WorkflowStepHistoryState stepState)setStepState.WorkflowStepHistoryWorkflowStepHistory. stepState(WorkflowStepHistoryState stepState)stepState.
-