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

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

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

  • Method Details

    • 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.
    • values

      public static Collection<Transform> values()
      Gets known Transform values.
      Returns:
      known Transform values.