SyncGroupState Class

public final class SyncGroupState
extends ExpandableStringEnum<SyncGroupState>

Sync state of the sync group.

Field Summary

Modifier and Type Field and Description
static final SyncGroupState ERROR

Static value Error for SyncGroupState.

static final SyncGroupState GOOD

Static value Good for SyncGroupState.

static final SyncGroupState NOT_READY

Static value NotReady for SyncGroupState.

static final SyncGroupState PROGRESSING

Static value Progressing for SyncGroupState.

static final SyncGroupState WARNING

Static value Warning for SyncGroupState.

Constructor Summary

Constructor Description
SyncGroupState()

Method Summary

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

Creates or finds a SyncGroupState from its string representation.

static Collection<SyncGroupState> values()

Gets known SyncGroupState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ERROR

public static final SyncGroupState ERROR

Static value Error for SyncGroupState.

GOOD

public static final SyncGroupState GOOD

Static value Good for SyncGroupState.

NOT_READY

public static final SyncGroupState NOT_READY

Static value NotReady for SyncGroupState.

PROGRESSING

public static final SyncGroupState PROGRESSING

Static value Progressing for SyncGroupState.

WARNING

public static final SyncGroupState WARNING

Static value Warning for SyncGroupState.

Constructor Details

SyncGroupState

public SyncGroupState()

Method Details

fromString

public static SyncGroupState fromString(String name)

Creates or finds a SyncGroupState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SyncGroupState.

values

public static Collection values()

Gets known SyncGroupState values.

Returns:

known SyncGroupState values.

Applies to