CommitBatchState Class

public final class CommitBatchState
extends ExpandableStringEnum<CommitBatchState>

Commit Batch State.

Field Summary

Modifier and Type Field and Description
static final CommitBatchState FAILED

CommitBatchState-Failed.

static final CommitBatchState PROCESSING

CommitBatchState-PartialSuccess.

static final CommitBatchState SUCCEEDED

CommitBatchState-Succeeded.

Constructor Summary

Constructor Description
CommitBatchState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CommitBatchState value.

Method Summary

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

Creates or finds a CommitBatchState from its string representation.

static Collection<CommitBatchState> values()

Gets known CommitBatchState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FAILED

public static final CommitBatchState FAILED

CommitBatchState-Failed.

PROCESSING

public static final CommitBatchState PROCESSING

CommitBatchState-PartialSuccess.

SUCCEEDED

public static final CommitBatchState SUCCEEDED

CommitBatchState-Succeeded.

Constructor Details

CommitBatchState

@Deprecated
public CommitBatchState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CommitBatchState value.

Method Details

fromString

public static CommitBatchState fromString(String name)

Creates or finds a CommitBatchState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CommitBatchState.

values

public static Collection<CommitBatchState> values()

Gets known CommitBatchState values.

Returns:

known CommitBatchState values.

Applies to