SyncGroupsType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. SyncGroupsType
- com.
- com.
public final class SyncGroupsType
extends ExpandableStringEnum<SyncGroupsType>
Defines values for SyncGroupsType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Sync |
ALL
Static value All for Sync |
|
static final
Sync |
ERROR
Static value Error for Sync |
|
static final
Sync |
SUCCESS
Static value Success for Sync |
|
static final
Sync |
WARNING
Static value Warning for Sync |
Constructor Summary
| Constructor | Description |
|---|---|
| SyncGroupsType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sync |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sync |
fromString(String name)
Creates or finds a Sync |
|
static
Collection<Sync |
values()
Gets known Sync |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL
public static final SyncGroupsType ALL
Static value All for SyncGroupsType.
ERROR
public static final SyncGroupsType ERROR
Static value Error for SyncGroupsType.
SUCCESS
public static final SyncGroupsType SUCCESS
Static value Success for SyncGroupsType.
WARNING
public static final SyncGroupsType WARNING
Static value Warning for SyncGroupsType.
Constructor Details
SyncGroupsType
@Deprecated
public SyncGroupsType()
Deprecated
Creates a new instance of SyncGroupsType value.
Method Details
fromString
public static SyncGroupsType fromString(String name)
Creates or finds a SyncGroupsType from its string representation.
Parameters:
Returns:
values
public static Collection<SyncGroupsType> values()
Gets known SyncGroupsType values.
Returns: