public final class SyncGroupLogType extends 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() |
equals, fromString, hashCode, toString, values, withNameValuepublic 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 © 2019. All rights reserved.