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

Error.

static final SyncGroupState GOOD

Good.

static final SyncGroupState NOT_READY

NotReady.

static final SyncGroupState PROGRESSING

Progressing.

static final SyncGroupState WARNING

Warning.

Constructor Summary

Constructor Description
SyncGroupState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncGroupState value.

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

Error.

GOOD

public static final SyncGroupState GOOD

Good.

NOT_READY

public static final SyncGroupState NOT_READY

NotReady.

PROGRESSING

public static final SyncGroupState PROGRESSING

Progressing.

WARNING

public static final SyncGroupState WARNING

Warning.

Constructor Details

SyncGroupState

@Deprecated
public SyncGroupState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncGroupState value.

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

Gets known SyncGroupState values.

Returns:

known SyncGroupState values.

Applies to