CatalogItemSyncEnableStatus Class

public final class CatalogItemSyncEnableStatus
extends ExpandableStringEnum<CatalogItemSyncEnableStatus>

Catalog item sync types enable or disable status. Indicates whether project catalogs are allowed to sync catalog items under projects associated to this dev center.

Field Summary

Modifier and Type Field and Description
static final CatalogItemSyncEnableStatus DISABLED

Static value Disabled for CatalogItemSyncEnableStatus.

static final CatalogItemSyncEnableStatus ENABLED

Static value Enabled for CatalogItemSyncEnableStatus.

Constructor Summary

Constructor Description
CatalogItemSyncEnableStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CatalogItemSyncEnableStatus value.

Method Summary

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

Creates or finds a CatalogItemSyncEnableStatus from its string representation.

static Collection<CatalogItemSyncEnableStatus> values()

Gets known CatalogItemSyncEnableStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final CatalogItemSyncEnableStatus DISABLED

Static value Disabled for CatalogItemSyncEnableStatus.

ENABLED

public static final CatalogItemSyncEnableStatus ENABLED

Static value Enabled for CatalogItemSyncEnableStatus.

Constructor Details

CatalogItemSyncEnableStatus

@Deprecated
public CatalogItemSyncEnableStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of CatalogItemSyncEnableStatus value.

Method Details

fromString

public static CatalogItemSyncEnableStatus fromString(String name)

Creates or finds a CatalogItemSyncEnableStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding CatalogItemSyncEnableStatus.

values

public static Collection<CatalogItemSyncEnableStatus> values()

Gets known CatalogItemSyncEnableStatus values.

Returns:

known CatalogItemSyncEnableStatus values.

Applies to