Uses of Class
com.docusign.maestro.model.WorkflowInstanceState
-
Packages that use WorkflowInstanceState Package Description com.docusign.maestro.model -
-
Uses of WorkflowInstanceState in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return WorkflowInstanceState Modifier and Type Method Description static WorkflowInstanceStateWorkflowInstanceState. fromValue(String value)WorkflowInstanceStateWorkflowInstance. getInstanceState()Get instanceState.static WorkflowInstanceStateWorkflowInstanceState. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowInstanceState[]WorkflowInstanceState. 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 WorkflowInstanceState Modifier and Type Method Description WorkflowInstanceWorkflowInstance. instanceState(WorkflowInstanceState instanceState)instanceState.voidWorkflowInstance. setInstanceState(WorkflowInstanceState instanceState)setInstanceState.
-