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
All. |
|
static final
Sync |
ERROR
Error. |
|
static final
Sync |
SUCCESS
Success. |
|
static final
Sync |
WARNING
Warning. |
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
All.
ERROR
public static final SyncGroupsType ERROR
Error.
SUCCESS
public static final SyncGroupsType SUCCESS
Success.
WARNING
public static final SyncGroupsType WARNING
Warning.
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: