public static enum PolicyDefinitionDeploymentStatus.DeploymentStatus extends Enum<PolicyDefinitionDeploymentStatus.DeploymentStatus>
| Enum Constant and Description |
|---|
DEPLOYMENT_FAILED |
DEPLOYMENT_SUCCESS |
TEMPLATE_DOWNLOAD_FAILED |
| Modifier and Type | Method and Description |
|---|---|
static PolicyDefinitionDeploymentStatus.DeploymentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyDefinitionDeploymentStatus.DeploymentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyDefinitionDeploymentStatus.DeploymentStatus DEPLOYMENT_SUCCESS
public static final PolicyDefinitionDeploymentStatus.DeploymentStatus DEPLOYMENT_FAILED
public static final PolicyDefinitionDeploymentStatus.DeploymentStatus TEMPLATE_DOWNLOAD_FAILED
public static PolicyDefinitionDeploymentStatus.DeploymentStatus[] values()
for (PolicyDefinitionDeploymentStatus.DeploymentStatus c : PolicyDefinitionDeploymentStatus.DeploymentStatus.values()) System.out.println(c);
public static PolicyDefinitionDeploymentStatus.DeploymentStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.