Class FrontDoorQuery
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FrontDoorQuery>
com.azure.resourcemanager.frontdoor.models.FrontDoorQuery
Treatment of URL query terms when forming the cache key.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FrontDoorQueryStatic value StripAll for FrontDoorQuery.static final FrontDoorQueryStatic value StripAllExcept for FrontDoorQuery.static final FrontDoorQueryStatic value StripNone for FrontDoorQuery.static final FrontDoorQueryStatic value StripOnly for FrontDoorQuery. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FrontDoorQueryfromString(String name) Creates or finds a FrontDoorQuery from its string representation.static Collection<FrontDoorQuery>values()Gets known FrontDoorQuery values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STRIP_NONE
Static value StripNone for FrontDoorQuery. -
STRIP_ALL
Static value StripAll for FrontDoorQuery. -
STRIP_ONLY
Static value StripOnly for FrontDoorQuery. -
STRIP_ALL_EXCEPT
Static value StripAllExcept for FrontDoorQuery.
-
-
Constructor Details
-
FrontDoorQuery
Deprecated.Use thefromString(String)factory method.Creates a new instance of FrontDoorQuery value.
-
-
Method Details
-
fromString
Creates or finds a FrontDoorQuery from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding FrontDoorQuery.
-
values
Gets known FrontDoorQuery values.- Returns:
- known FrontDoorQuery values.
-
fromString(String)factory method.