Class FilterTrackSelection

java.lang.Object
com.azure.resourcemanager.mediaservices.models.FilterTrackSelection

public final class FilterTrackSelection extends Object
Representing a list of FilterTrackPropertyConditions to select a track. The filters are combined using a logical AND operation.
  • Constructor Details

    • FilterTrackSelection

      public FilterTrackSelection()
      Creates an instance of FilterTrackSelection class.
  • Method Details

    • trackSelections

      public List<FilterTrackPropertyCondition> trackSelections()
      Get the trackSelections property: The track selections.
      Returns:
      the trackSelections value.
    • withTrackSelections

      public FilterTrackSelection withTrackSelections(List<FilterTrackPropertyCondition> trackSelections)
      Set the trackSelections property: The track selections.
      Parameters:
      trackSelections - the trackSelections value to set.
      Returns:
      the FilterTrackSelection object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.