IngestionStatusType Class

public final class IngestionStatusType
extends ExpandableStringEnum<IngestionStatusType>

Defines values for IngestionStatusType.

Field Summary

Modifier and Type Field and Description
static final IngestionStatusType ERROR

Static value Error for IngestionStatusType.

static final IngestionStatusType FAILED

Static value Failed for IngestionStatusType.

static final IngestionStatusType NOT_STARTED

Static value NotStarted for IngestionStatusType.

static final IngestionStatusType NO_DATA

Static value NoData for IngestionStatusType.

static final IngestionStatusType PAUSED

Static value Paused for IngestionStatusType.

static final IngestionStatusType RUNNING

Static value Running for IngestionStatusType.

static final IngestionStatusType SCHEDULED

Static value Scheduled for IngestionStatusType.

static final IngestionStatusType SUCCEEDED

Static value Succeeded for IngestionStatusType.

Constructor Summary

Constructor Description
IngestionStatusType()

Deprecated

Use the fromString(String name) factory method.

Constructs a IngestionStatusType object.

Method Summary

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

Creates or finds a IngestionStatusType from its string representation.

static Collection<IngestionStatusType> values()

Returns known IngestionStatusType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ERROR

public static final IngestionStatusType ERROR

Static value Error for IngestionStatusType.

FAILED

public static final IngestionStatusType FAILED

Static value Failed for IngestionStatusType.

NOT_STARTED

public static final IngestionStatusType NOT_STARTED

Static value NotStarted for IngestionStatusType.

NO_DATA

public static final IngestionStatusType NO_DATA

Static value NoData for IngestionStatusType.

PAUSED

public static final IngestionStatusType PAUSED

Static value Paused for IngestionStatusType.

RUNNING

public static final IngestionStatusType RUNNING

Static value Running for IngestionStatusType.

SCHEDULED

public static final IngestionStatusType SCHEDULED

Static value Scheduled for IngestionStatusType.

SUCCEEDED

public static final IngestionStatusType SUCCEEDED

Static value Succeeded for IngestionStatusType.

Constructor Details

IngestionStatusType

@Deprecated
public IngestionStatusType()

Deprecated

Use the fromString(String name) factory method.

Constructs a IngestionStatusType object.

Method Details

fromString

public static IngestionStatusType fromString(String name)

Creates or finds a IngestionStatusType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IngestionStatusType.

values

public static Collection values()

Returns known IngestionStatusType values.

Returns:

known IngestionStatusType values.

Applies to