Class Transform
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Transform>
com.azure.resourcemanager.frontdoor.models.Transform
Describes what transforms are applied before matching.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Transform
Static value Lowercase for Transform.static final Transform
Static value RemoveNulls for Transform.static final Transform
Static value Trim for Transform.static final Transform
Static value Uppercase for Transform.static final Transform
Static value UrlDecode for Transform.static final Transform
Static value UrlEncode for Transform. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Transform
fromString
(String name) Creates or finds a Transform from its string representation.static Collection<Transform>
values()
Gets known Transform values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
LOWERCASE
Static value Lowercase for Transform. -
UPPERCASE
Static value Uppercase for Transform. -
TRIM
Static value Trim for Transform. -
URL_DECODE
Static value UrlDecode for Transform. -
URL_ENCODE
Static value UrlEncode for Transform. -
REMOVE_NULLS
Static value RemoveNulls for Transform.
-
-
Constructor Details
-
Transform
Deprecated.Use thefromString(String)
factory method.Creates a new instance of Transform value.
-
-
Method Details
-
fromString
Creates or finds a Transform from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding Transform.
-
values
Gets known Transform values.- Returns:
- known Transform values.
-
fromString(String)
factory method.