Class AttributeFilter

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

public final class AttributeFilter extends com.azure.core.util.ExpandableStringEnum<AttributeFilter>
The type of AttributeFilter to apply to the TrackAttribute in order to select the tracks.
  • Field Details

    • ALL

      public static final AttributeFilter ALL
      Static value All for AttributeFilter.
    • TOP

      public static final AttributeFilter TOP
      Static value Top for AttributeFilter.
    • BOTTOM

      public static final AttributeFilter BOTTOM
      Static value Bottom for AttributeFilter.
    • VALUE_EQUALS

      public static final AttributeFilter VALUE_EQUALS
      Static value ValueEquals for AttributeFilter.
  • Constructor Details

    • AttributeFilter

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

    • fromString

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

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