Uses of Class
com.docusign.maestro.model.DeploymentStatus
-
Packages that use DeploymentStatus Package Description com.docusign.maestro.model -
-
Uses of DeploymentStatus in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return DeploymentStatus Modifier and Type Method Description static DeploymentStatusDeploymentStatus. fromValue(String value)static DeploymentStatusDeploymentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentStatus[]DeploymentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-