Class TransformType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TransformType>
-
- com.azure.resourcemanager.cdn.models.TransformType
-
public final class TransformType extends com.azure.core.util.ExpandableStringEnum<TransformType>
Defines values for TransformType.
-
-
Field Summary
Fields Modifier and Type Field Description static TransformTypeLOWERCASEStatic value Lowercase for TransformType.static TransformTypeREMOVE_NULLSStatic value RemoveNulls for TransformType.static TransformTypeTRIMStatic value Trim for TransformType.static TransformTypeUPPERCASEStatic value Uppercase for TransformType.static TransformTypeURL_DECODEStatic value UrlDecode for TransformType.static TransformTypeURL_ENCODEStatic value UrlEncode for TransformType.
-
Constructor Summary
Constructors Constructor Description TransformType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransformTypefromString(String name)Creates or finds a TransformType from its string representation.static Collection<TransformType>values()
-
-
-
Field Detail
-
LOWERCASE
public static final TransformType LOWERCASE
Static value Lowercase for TransformType.
-
UPPERCASE
public static final TransformType UPPERCASE
Static value Uppercase for TransformType.
-
TRIM
public static final TransformType TRIM
Static value Trim for TransformType.
-
URL_DECODE
public static final TransformType URL_DECODE
Static value UrlDecode for TransformType.
-
URL_ENCODE
public static final TransformType URL_ENCODE
Static value UrlEncode for TransformType.
-
REMOVE_NULLS
public static final TransformType REMOVE_NULLS
Static value RemoveNulls for TransformType.
-
-
Method Detail
-
fromString
public static TransformType fromString(String name)
Creates or finds a TransformType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TransformType.
-
values
public static Collection<TransformType> values()
- Returns:
- known TransformType values.
-
-