Class FilterTrackPropertyType

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

public final class FilterTrackPropertyType extends com.azure.core.util.ExpandableStringEnum<FilterTrackPropertyType>
The track property type.
  • Field Details

  • Constructor Details

    • FilterTrackPropertyType

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

    • fromString

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

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