مشاركة عبر


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

Static value All for SyncGroupsType.

static final SyncGroupsType ERROR

Static value Error for SyncGroupsType.

static final SyncGroupsType SUCCESS

Static value Success for SyncGroupsType.

static final SyncGroupsType WARNING

Static value Warning for SyncGroupsType.

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

Static value All for SyncGroupsType.

ERROR

public static final SyncGroupsType ERROR

Static value Error for SyncGroupsType.

SUCCESS

public static final SyncGroupsType SUCCESS

Static value Success for SyncGroupsType.

WARNING

public static final SyncGroupsType WARNING

Static value Warning for SyncGroupsType.

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