Class TransformType


  • public final class TransformType
    extends com.azure.core.util.ExpandableStringEnum<TransformType>
    Defines values for TransformType.
    • 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.
    • Constructor Detail

      • TransformType

        public 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.