Class ItemTypeParameter
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ItemTypeParameter>
com.azure.resourcemanager.applicationinsights.models.ItemTypeParameter
public final class ItemTypeParameter
extends com.azure.core.util.ExpandableStringEnum<ItemTypeParameter>
Defines values for ItemTypeParameter.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ItemTypeParameterStatic value folder for ItemTypeParameter.static final ItemTypeParameterStatic value function for ItemTypeParameter.static final ItemTypeParameterStatic value none for ItemTypeParameter.static final ItemTypeParameterStatic value query for ItemTypeParameter.static final ItemTypeParameterStatic value recent for ItemTypeParameter. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ItemTypeParameterfromString(String name) Creates or finds a ItemTypeParameter from its string representation.static Collection<ItemTypeParameter>values()Gets known ItemTypeParameter values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for ItemTypeParameter. -
QUERY
Static value query for ItemTypeParameter. -
FUNCTION
Static value function for ItemTypeParameter. -
FOLDER
Static value folder for ItemTypeParameter. -
RECENT
Static value recent for ItemTypeParameter.
-
-
Constructor Details
-
ItemTypeParameter
public ItemTypeParameter()
-
-
Method Details
-
fromString
Creates or finds a ItemTypeParameter from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ItemTypeParameter.
-
values
Gets known ItemTypeParameter values.- Returns:
- known ItemTypeParameter values.
-