CatalogSyncState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. devcenter. models. CatalogSyncState
- com.
- com.
public final class CatalogSyncState
extends ExpandableStringEnum<CatalogSyncState>
The synchronization state of the catalog.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Catalog |
CANCELED
Static value Canceled for Catalog |
|
static final
Catalog |
FAILED
Static value Failed for Catalog |
|
static final
Catalog |
IN_PROGRESS
Static value In |
|
static final
Catalog |
SUCCEEDED
Static value Succeeded for Catalog |
Constructor Summary
| Constructor | Description |
|---|---|
| CatalogSyncState() |
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
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
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:
Returns:
values
public static Collection<CatalogSyncState> values()
Gets known CatalogSyncState values.
Returns: