CatalogSyncType Class

public final class CatalogSyncType
extends ExpandableStringEnum<CatalogSyncType>

Indicates the type of sync that is configured for the catalog.

Field Summary

Modifier and Type Field and Description
static final CatalogSyncType MANUAL

Static value Manual for CatalogSyncType.

static final CatalogSyncType SCHEDULED

Static value Scheduled for CatalogSyncType.

Constructor Summary

Constructor Description
CatalogSyncType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CatalogSyncType value.

Method Summary

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

Creates or finds a CatalogSyncType from its string representation.

static Collection<CatalogSyncType> values()

Gets known CatalogSyncType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MANUAL

public static final CatalogSyncType MANUAL

Static value Manual for CatalogSyncType.

SCHEDULED

public static final CatalogSyncType SCHEDULED

Static value Scheduled for CatalogSyncType.

Constructor Details

CatalogSyncType

@Deprecated
public CatalogSyncType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CatalogSyncType value.

Method Details

fromString

public static CatalogSyncType fromString(String name)

Creates or finds a CatalogSyncType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CatalogSyncType.

values

public static Collection values()

Gets known CatalogSyncType values.

Returns:

known CatalogSyncType values.

Applies to