public final class SyncGroupLogType extends com.microsoft.rest.ExpandableStringEnum<SyncGroupLogType>
| Modifier and Type | Field and Description |
|---|---|
static SyncGroupLogType |
ALL
Static value All for SyncGroupLogType.
|
static SyncGroupLogType |
ERROR
Static value Error for SyncGroupLogType.
|
static SyncGroupLogType |
SUCCESS
Static value Success for SyncGroupLogType.
|
static SyncGroupLogType |
WARNING
Static value Warning for SyncGroupLogType.
|
| Constructor and Description |
|---|
SyncGroupLogType() |
| Modifier and Type | Method and Description |
|---|---|
static SyncGroupLogType |
fromString(String name)
Creates or finds a SyncGroupLogType from its string representation.
|
static Collection<SyncGroupLogType> |
values() |
public static final SyncGroupLogType ALL
public static final SyncGroupLogType ERROR
public static final SyncGroupLogType WARNING
public static final SyncGroupLogType SUCCESS
public static SyncGroupLogType fromString(String name)
name - a name to look forpublic static Collection<SyncGroupLogType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/