Class Transform
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<Transform>
-
- com.azure.resourcemanager.cdn.models.Transform
-
public final class Transform extends com.azure.core.util.ExpandableStringEnum<Transform>
Defines values for Transform.
-
-
Constructor Summary
Constructors Constructor Description Transform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TransformfromString(String name)Creates or finds a Transform from its string representation.static Collection<Transform>values()
-
-
-
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.
-
values
public static Collection<Transform> values()
- Returns:
- known Transform values.
-
-