TrackSelection Class

  • java.lang.Object
    • com.azure.resourcemanager.mediaservices.models.TrackSelection

public final class TrackSelection

Class to select a track.

Constructor Summary

Constructor Description
TrackSelection()

Creates an instance of TrackSelection class.

Method Summary

Modifier and Type Method and Description
List<TrackPropertyCondition> trackSelections()

Get the trackSelections property: TrackSelections is a track property condition list which can specify track(s).

void validate()

Validates the instance.

TrackSelection withTrackSelections(List<TrackPropertyCondition> trackSelections)

Set the trackSelections property: TrackSelections is a track property condition list which can specify track(s).

Methods inherited from java.lang.Object

Constructor Details

TrackSelection

public TrackSelection()

Creates an instance of TrackSelection class.

Method Details

trackSelections

public List trackSelections()

Get the trackSelections property: TrackSelections is a track property condition list which can specify track(s).

Returns:

the trackSelections value.

validate

public void validate()

Validates the instance.

withTrackSelections

public TrackSelection withTrackSelections(List trackSelections)

Set the trackSelections property: TrackSelections is a track property condition list which can specify track(s).

Parameters:

trackSelections - the trackSelections value to set.

Returns:

the TrackSelection object itself.

Applies to