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
Modifier and TypeFieldDescriptionstatic final FrontDoorQuery
Static value StripAll for FrontDoorQuery.static final FrontDoorQuery
Static value StripAllExcept for FrontDoorQuery.static final FrontDoorQuery
Static value StripNone for FrontDoorQuery.static final FrontDoorQuery
Static value StripOnly for FrontDoorQuery. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FrontDoorQuery
fromString
(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.