Class Transform
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Transform>
com.azure.resourcemanager.cdn.models.Transform
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Describes what transforms are applied before matching.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransformStatic value Lowercase for Transform.static final TransformStatic value RemoveNulls for Transform.static final TransformStatic value Trim for Transform.static final TransformStatic value Uppercase for Transform.static final TransformStatic value UrlDecode for Transform.static final TransformStatic value UrlEncode for Transform. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransformfromString(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, getValue, 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.