public final class SyncGroupsType extends com.azure.core.util.ExpandableStringEnum<SyncGroupsType>
| Modifier and Type | Field and Description |
|---|---|
static SyncGroupsType |
ALL
Static value All for SyncGroupsType.
|
static SyncGroupsType |
ERROR
Static value Error for SyncGroupsType.
|
static SyncGroupsType |
SUCCESS
Static value Success for SyncGroupsType.
|
static SyncGroupsType |
WARNING
Static value Warning for SyncGroupsType.
|
| Constructor and Description |
|---|
SyncGroupsType() |
| Modifier and Type | Method and Description |
|---|---|
static SyncGroupsType |
fromString(String name)
Creates or finds a SyncGroupsType from its string representation.
|
static Collection<SyncGroupsType> |
values() |
public static final SyncGroupsType ALL
public static final SyncGroupsType ERROR
public static final SyncGroupsType WARNING
public static final SyncGroupsType SUCCESS
public static SyncGroupsType fromString(String name)
name - a name to look for.public static Collection<SyncGroupsType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.