SyncGroupsType Class

public final class SyncGroupsType
extends ExpandableStringEnum<SyncGroupsType>

Defines values for SyncGroupsType.

Field Summary

Modifier and Type Field and Description
static final SyncGroupsType ALL

All.

static final SyncGroupsType ERROR

Error.

static final SyncGroupsType SUCCESS

Success.

static final SyncGroupsType WARNING

Warning.

Constructor Summary

Constructor Description
SyncGroupsType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncGroupsType value.

Method Summary

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

Creates or finds a SyncGroupsType from its string representation.

static Collection<SyncGroupsType> values()

Gets known SyncGroupsType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALL

public static final SyncGroupsType ALL

All.

ERROR

public static final SyncGroupsType ERROR

Error.

SUCCESS

public static final SyncGroupsType SUCCESS

Success.

WARNING

public static final SyncGroupsType WARNING

Warning.

Constructor Details

SyncGroupsType

@Deprecated
public SyncGroupsType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncGroupsType value.

Method Details

fromString

public static SyncGroupsType fromString(String name)

Creates or finds a SyncGroupsType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SyncGroupsType.

values

public static Collection<SyncGroupsType> values()

Gets known SyncGroupsType values.

Returns:

known SyncGroupsType values.

Applies to