Class Transform

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<Transform>
com.microsoft.azure.management.cdn.Transform

public final class Transform extends com.microsoft.rest.ExpandableStringEnum<Transform>
Defines values for Transform.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Transform
    Static value Lowercase for Transform.
    static final Transform
    Static value Uppercase for Transform.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Transform
    Creates or finds a Transform from its string representation.
     

    Methods inherited from class com.microsoft.rest.ExpandableStringEnum

    equals, fromString, hashCode, toString, values, withNameValue

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • LOWERCASE

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

      public static final Transform UPPERCASE
      Static value Uppercase for Transform.
  • Constructor Details

    • Transform

      public Transform()
  • 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()
      Returns:
      known Transform values