次の方法で共有


ItemTypeParameter Class

public final class ItemTypeParameter
extends ExpandableStringEnum<ItemTypeParameter>

Defines values for ItemTypeParameter.

Field Summary

Modifier and Type Field and Description
static final ItemTypeParameter FOLDER

Static value folder for ItemTypeParameter.

static final ItemTypeParameter FUNCTION

Static value function for ItemTypeParameter.

static final ItemTypeParameter NONE

Static value none for ItemTypeParameter.

static final ItemTypeParameter QUERY

Static value query for ItemTypeParameter.

static final ItemTypeParameter RECENT

Static value recent for ItemTypeParameter.

Constructor Summary

Constructor Description
ItemTypeParameter()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ItemTypeParameter value.

Method Summary

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

Creates or finds a ItemTypeParameter from its string representation.

static Collection<ItemTypeParameter> values()

Gets known ItemTypeParameter values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FOLDER

public static final ItemTypeParameter FOLDER

Static value folder for ItemTypeParameter.

FUNCTION

public static final ItemTypeParameter FUNCTION

Static value function for ItemTypeParameter.

NONE

public static final ItemTypeParameter NONE

Static value none for ItemTypeParameter.

QUERY

public static final ItemTypeParameter QUERY

Static value query for ItemTypeParameter.

RECENT

public static final ItemTypeParameter RECENT

Static value recent for ItemTypeParameter.

Constructor Details

ItemTypeParameter

@Deprecated
public ItemTypeParameter()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ItemTypeParameter value.

Method Details

fromString

public static ItemTypeParameter fromString(String name)

Creates or finds a ItemTypeParameter from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ItemTypeParameter.

values

public static Collection<ItemTypeParameter> values()

Gets known ItemTypeParameter values.

Returns:

known ItemTypeParameter values.

Applies to