Class Transform


  • public final class Transform
    extends com.azure.core.util.ExpandableStringEnum<Transform>
    Defines values for Transform.
    • Field Detail

      • LOWERCASE

        public static final Transform LOWERCASE
        Static value Lowercase for Transform.
      • UPPERCASE

        public static final Transform UPPERCASE
        Static value Uppercase for Transform.
      • TRIM

        public static final Transform TRIM
        Static value Trim for Transform.
      • URL_DECODE

        public static final Transform URL_DECODE
        Static value UrlDecode for Transform.
      • URL_ENCODE

        public static final Transform URL_ENCODE
        Static value UrlEncode for Transform.
      • REMOVE_NULLS

        public static final Transform REMOVE_NULLS
        Static value RemoveNulls for Transform.
    • Constructor Detail

      • Transform

        public Transform()
    • Method Detail

      • fromString

        public static Transform fromString​(String name)
        Creates or finds a Transform from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding Transform.