ItemTypeParameter Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. applicationinsights. models. ItemTypeParameter
- com.
- com.
public final class ItemTypeParameter
extends ExpandableStringEnum<ItemTypeParameter>
Defines values for ItemTypeParameter.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Item |
FOLDER
Static value folder for Item |
|
static final
Item |
FUNCTION
Static value function for Item |
|
static final
Item |
NONE
Static value none for Item |
|
static final
Item |
QUERY
Static value query for Item |
|
static final
Item |
RECENT
Static value recent for Item |
Constructor Summary
| Constructor | Description |
|---|---|
| ItemTypeParameter() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Item |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Item |
fromString(String name)
Creates or finds a Item |
|
static
Collection<Item |
values()
Gets known Item |
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
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:
Returns:
values
public static Collection<ItemTypeParameter> values()
Gets known ItemTypeParameter values.
Returns: