BatchDeploymentConfigurationType Class

public final class BatchDeploymentConfigurationType
extends ExpandableStringEnum<BatchDeploymentConfigurationType>

The enumerated property types for batch deployments.

Field Summary

Modifier and Type Field and Description
static final BatchDeploymentConfigurationType MODEL

Static value Model for BatchDeploymentConfigurationType.

static final BatchDeploymentConfigurationType PIPELINE_COMPONENT

Static value PipelineComponent for BatchDeploymentConfigurationType.

Constructor Summary

Constructor Description
BatchDeploymentConfigurationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchDeploymentConfigurationType value.

Method Summary

Modifier and Type Method and Description
static BatchDeploymentConfigurationType fromString(String name)

Creates or finds a BatchDeploymentConfigurationType from its string representation.

static Collection<BatchDeploymentConfigurationType> values()

Gets known BatchDeploymentConfigurationType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MODEL

public static final BatchDeploymentConfigurationType MODEL

Static value Model for BatchDeploymentConfigurationType.

PIPELINE_COMPONENT

public static final BatchDeploymentConfigurationType PIPELINE_COMPONENT

Static value PipelineComponent for BatchDeploymentConfigurationType.

Constructor Details

BatchDeploymentConfigurationType

@Deprecated
public BatchDeploymentConfigurationType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BatchDeploymentConfigurationType value.

Method Details

fromString

public static BatchDeploymentConfigurationType fromString(String name)

Creates or finds a BatchDeploymentConfigurationType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BatchDeploymentConfigurationType.

values

public static Collection<BatchDeploymentConfigurationType> values()

Gets known BatchDeploymentConfigurationType values.

Returns:

known BatchDeploymentConfigurationType values.

Applies to