azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

69 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection"
fullName: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection"
name: "FilterTrackSelection"
nameWithType: "FilterTrackSelection"
summary: "Representing a list of Filter<wbr>Track<wbr>Property<wbr>Conditions to select a track."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **FilterTrackSelection**"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection.FilterTrackSelection()"
fullName: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection.FilterTrackSelection()"
name: "FilterTrackSelection()"
nameWithType: "FilterTrackSelection.FilterTrackSelection()"
summary: "Creates an instance of Filter<wbr>Track<wbr>Selection class."
syntax: "public FilterTrackSelection()"
desc: "Creates an instance of FilterTrackSelection class."
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection.trackSelections()"
fullName: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection.trackSelections()"
name: "trackSelections()"
nameWithType: "FilterTrackSelection.trackSelections()"
summary: "Get the track<wbr>Selections property: The track selections."
syntax: "public List<FilterTrackPropertyCondition> trackSelections()"
desc: "Get the trackSelections property: The track selections."
returns:
description: "the trackSelections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.FilterTrackPropertyCondition?alt=com.azure.resourcemanager.mediaservices.models.FilterTrackPropertyCondition&text=FilterTrackPropertyCondition\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection.validate()"
fullName: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection.validate()"
name: "validate()"
nameWithType: "FilterTrackSelection.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection.withTrackSelections(java.util.List<com.azure.resourcemanager.mediaservices.models.FilterTrackPropertyCondition>)"
fullName: "com.azure.resourcemanager.mediaservices.models.FilterTrackSelection.withTrackSelections(List<FilterTrackPropertyCondition> trackSelections)"
name: "withTrackSelections(List<FilterTrackPropertyCondition> trackSelections)"
nameWithType: "FilterTrackSelection.withTrackSelections(List<FilterTrackPropertyCondition> trackSelections)"
summary: "Set the track<wbr>Selections property: The track selections."
parameters:
- description: "the trackSelections value to set."
name: "trackSelections"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.mediaservices.models.FilterTrackPropertyCondition?alt=com.azure.resourcemanager.mediaservices.models.FilterTrackPropertyCondition&text=FilterTrackPropertyCondition\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public FilterTrackSelection withTrackSelections(List<FilterTrackPropertyCondition> trackSelections)"
desc: "Set the trackSelections property: The track selections."
returns:
description: "the FilterTrackSelection object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.FilterTrackSelection?alt=com.azure.resourcemanager.mediaservices.models.FilterTrackSelection&text=FilterTrackSelection\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Representing a list of FilterTrackPropertyConditions to select a track. The filters are combined using a logical AND operation."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0