CatalogItemSyncEnableStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devcenter. models. CatalogItemSyncEnableStatus
- com.
- com.
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
Catalog |
DISABLED
Static value Disabled for Catalog |
|
static final
Catalog |
ENABLED
Static value Enabled for Catalog |
Constructor Summary
| Constructor | Description |
|---|---|
| CatalogItemSyncEnableStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Catalog |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Catalog |
fromString(String name)
Creates or finds a Catalog |
|
static
Collection<Catalog |
values()
Gets known Catalog |
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
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:
Returns:
values
public static Collection<CatalogItemSyncEnableStatus> values()
Gets known CatalogItemSyncEnableStatus values.
Returns: