Uses of Class
com.docusign.maestro.model.DeployStatus
-
Packages that use DeployStatus Package Description com.docusign.maestro.model -
-
Uses of DeployStatus in com.docusign.maestro.model
Methods in com.docusign.maestro.model that return DeployStatus Modifier and Type Method Description static DeployStatusDeployStatus. fromValue(String value)DeployStatusDeployRequest. getDeploymentStatus()Get deploymentStatus.static DeployStatusDeployStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DeployStatus[]DeployStatus. 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 DeployStatus Modifier and Type Method Description DeployRequestDeployRequest. deploymentStatus(DeployStatus deploymentStatus)deploymentStatus.voidDeployRequest. setDeploymentStatus(DeployStatus deploymentStatus)setDeploymentStatus.
-