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