CatalogSyncState Class

public final class CatalogSyncState
extends ExpandableStringEnum<CatalogSyncState>

The synchronization state of the catalog.

Field Summary

Modifier and Type Field and Description
static final CatalogSyncState CANCELED

Static value Canceled for CatalogSyncState.

static final CatalogSyncState FAILED

Static value Failed for CatalogSyncState.

static final CatalogSyncState IN_PROGRESS

Static value InProgress for CatalogSyncState.

static final CatalogSyncState SUCCEEDED

Static value Succeeded for CatalogSyncState.

Constructor Summary

Constructor Description
CatalogSyncState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CatalogSyncState value.

Method Summary

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

Creates or finds a CatalogSyncState from its string representation.

static Collection<CatalogSyncState> values()

Gets known CatalogSyncState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CANCELED

public static final CatalogSyncState CANCELED

Static value Canceled for CatalogSyncState.

FAILED

public static final CatalogSyncState FAILED

Static value Failed for CatalogSyncState.

IN_PROGRESS

public static final CatalogSyncState IN_PROGRESS

Static value InProgress for CatalogSyncState.

SUCCEEDED

public static final CatalogSyncState SUCCEEDED

Static value Succeeded for CatalogSyncState.

Constructor Details

CatalogSyncState

@Deprecated
public CatalogSyncState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CatalogSyncState value.

Method Details

fromString

public static CatalogSyncState fromString(String name)

Creates or finds a CatalogSyncState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CatalogSyncState.

values

public static Collection values()

Gets known CatalogSyncState values.

Returns:

known CatalogSyncState values.

Applies to