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

All.

static final SyncGroupLogType ERROR

Error.

static final SyncGroupLogType SUCCESS

Success.

static final SyncGroupLogType WARNING

Warning.

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

All.

ERROR

public static final SyncGroupLogType ERROR

Error.

SUCCESS

public static final SyncGroupLogType SUCCESS

Success.

WARNING

public static final SyncGroupLogType WARNING

Warning.

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<SyncGroupLogType> values()

Gets known SyncGroupLogType values.

Returns:

known SyncGroupLogType values.

Applies to