java.lang.Object
com.azure.core.util.ExpandableStringEnum<BlurType>
com.azure.resourcemanager.mediaservices.models.BlurType

public final class BlurType extends com.azure.core.util.ExpandableStringEnum<BlurType>
Blur type.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final BlurType
    Static value Black for BlurType.
    static final BlurType
    Static value Box for BlurType.
    static final BlurType
    Static value High for BlurType.
    static final BlurType
    Static value Low for BlurType.
    static final BlurType
    Static value Med for BlurType.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static BlurType
    Creates or finds a BlurType from its string representation.
    Gets known BlurType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • BOX

      public static final BlurType BOX
      Static value Box for BlurType.
    • LOW

      public static final BlurType LOW
      Static value Low for BlurType.
    • MED

      public static final BlurType MED
      Static value Med for BlurType.
    • HIGH

      public static final BlurType HIGH
      Static value High for BlurType.
    • BLACK

      public static final BlurType BLACK
      Static value Black for BlurType.
  • Constructor Details

  • Method Details

    • fromString

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

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