次の方法で共有


ItemScopePath Class

public final class ItemScopePath
extends ExpandableStringEnum<ItemScopePath>

Defines values for ItemScopePath.

Field Summary

Modifier and Type Field and Description
static final ItemScopePath ANALYTICS_ITEMS

Static value analyticsItems for ItemScopePath.

static final ItemScopePath MYANALYTICS_ITEMS

Static value myanalyticsItems for ItemScopePath.

Constructor Summary

Constructor Description
ItemScopePath()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ItemScopePath value.

Method Summary

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

Creates or finds a ItemScopePath from its string representation.

static Collection<ItemScopePath> values()

Gets known ItemScopePath values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ANALYTICS_ITEMS

public static final ItemScopePath ANALYTICS_ITEMS

Static value analyticsItems for ItemScopePath.

MYANALYTICS_ITEMS

public static final ItemScopePath MYANALYTICS_ITEMS

Static value myanalyticsItems for ItemScopePath.

Constructor Details

ItemScopePath

@Deprecated
public ItemScopePath()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ItemScopePath value.

Method Details

fromString

public static ItemScopePath fromString(String name)

Creates or finds a ItemScopePath from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ItemScopePath.

values

public static Collection<ItemScopePath> values()

Gets known ItemScopePath values.

Returns:

known ItemScopePath values.

Applies to