Class TransformType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<TransformType>
com.azure.resourcemanager.frontdoor.models.TransformType

public final class TransformType extends com.azure.core.util.ExpandableStringEnum<TransformType>
Describes what transforms applied before matching.
  • Field Details

    • 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 Details

    • TransformType

      @Deprecated public TransformType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of TransformType value.
  • Method Details

    • 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()
      Gets known TransformType values.
      Returns:
      known TransformType values.