SettingKind Class

public final class SettingKind
extends ExpandableStringEnum<SettingKind>

the kind of the settings string.

Field Summary

Modifier and Type Field and Description
static final SettingKind ALERT_SUPPRESSION_SETTING

Static value AlertSuppressionSetting for SettingKind.

static final SettingKind ALERT_SYNC_SETTINGS

Static value AlertSyncSettings for SettingKind.

static final SettingKind DATA_EXPORT_SETTINGS

Static value DataExportSettings for SettingKind.

Constructor Summary

Constructor Description
SettingKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SettingKind value.

Method Summary

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

Creates or finds a SettingKind from its string representation.

static Collection<SettingKind> values()

Gets known SettingKind values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALERT_SUPPRESSION_SETTING

public static final SettingKind ALERT_SUPPRESSION_SETTING

Static value AlertSuppressionSetting for SettingKind.

ALERT_SYNC_SETTINGS

public static final SettingKind ALERT_SYNC_SETTINGS

Static value AlertSyncSettings for SettingKind.

DATA_EXPORT_SETTINGS

public static final SettingKind DATA_EXPORT_SETTINGS

Static value DataExportSettings for SettingKind.

Constructor Details

SettingKind

@Deprecated
public SettingKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SettingKind value.

Method Details

fromString

public static SettingKind fromString(String name)

Creates or finds a SettingKind from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SettingKind.

values

public static Collection values()

Gets known SettingKind values.

Returns:

known SettingKind values.

Applies to