SyncGroupLogType Class

public final class SyncGroupLogType
extends ExpandableStringEnum<SyncGroupLogType>

Type of the sync group log.

Field Summary

Modifier and Type Field and Description
static final SyncGroupLogType ALL

Static value All for SyncGroupLogType.

static final SyncGroupLogType ERROR

Static value Error for SyncGroupLogType.

static final SyncGroupLogType SUCCESS

Static value Success for SyncGroupLogType.

static final SyncGroupLogType WARNING

Static value Warning for SyncGroupLogType.

Constructor Summary

Constructor Description
SyncGroupLogType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncGroupLogType value.

Method Summary

Modifier and Type Method and Description
static SyncGroupLogType fromString(String name)

Creates or finds a SyncGroupLogType from its string representation.

static Collection<SyncGroupLogType> values()

Gets known SyncGroupLogType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALL

public static final SyncGroupLogType ALL

Static value All for SyncGroupLogType.

ERROR

public static final SyncGroupLogType ERROR

Static value Error for SyncGroupLogType.

SUCCESS

public static final SyncGroupLogType SUCCESS

Static value Success for SyncGroupLogType.

WARNING

public static final SyncGroupLogType WARNING

Static value Warning for SyncGroupLogType.

Constructor Details

SyncGroupLogType

@Deprecated
public SyncGroupLogType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncGroupLogType value.

Method Details

fromString

public static SyncGroupLogType fromString(String name)

Creates or finds a SyncGroupLogType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SyncGroupLogType.

values

public static Collection values()

Gets known SyncGroupLogType values.

Returns:

known SyncGroupLogType values.

Applies to