93 строки
6.8 KiB
YAML
93 строки
6.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.mediaservices.models.TransformCollection"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.TransformCollection"
|
|
name: "TransformCollection"
|
|
nameWithType: "TransformCollection"
|
|
summary: "A collection of Transform items."
|
|
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 **TransformCollection**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.TransformCollection.TransformCollection()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.TransformCollection.TransformCollection()"
|
|
name: "TransformCollection()"
|
|
nameWithType: "TransformCollection.TransformCollection()"
|
|
summary: "Creates an instance of Transform<wbr>Collection class."
|
|
syntax: "public TransformCollection()"
|
|
desc: "Creates an instance of TransformCollection class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.TransformCollection.odataNextLink()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.TransformCollection.odataNextLink()"
|
|
name: "odataNextLink()"
|
|
nameWithType: "TransformCollection.odataNextLink()"
|
|
summary: "Get the odata<wbr>Next<wbr>Link property: A link to the next page of the collection (when the collection contains too many results to return in one response)."
|
|
syntax: "public String odataNextLink()"
|
|
desc: "Get the odataNextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response)."
|
|
returns:
|
|
description: "the odataNextLink value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.TransformCollection.validate()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.TransformCollection.validate()"
|
|
name: "validate()"
|
|
nameWithType: "TransformCollection.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.TransformCollection.value()"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.TransformCollection.value()"
|
|
name: "value()"
|
|
nameWithType: "TransformCollection.value()"
|
|
summary: "Get the value property: A collection of Transform items."
|
|
syntax: "public List<TransformInner> value()"
|
|
desc: "Get the value property: A collection of Transform items."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.TransformInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.TransformInner&text=TransformInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.TransformCollection.withOdataNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.TransformCollection.withOdataNextLink(String odataNextLink)"
|
|
name: "withOdataNextLink(String odataNextLink)"
|
|
nameWithType: "TransformCollection.withOdataNextLink(String odataNextLink)"
|
|
summary: "Set the odata<wbr>Next<wbr>Link property: A link to the next page of the collection (when the collection contains too many results to return in one response)."
|
|
parameters:
|
|
- description: "the odataNextLink value to set."
|
|
name: "odataNextLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public TransformCollection withOdataNextLink(String odataNextLink)"
|
|
desc: "Set the odataNextLink property: A link to the next page of the collection (when the collection contains too many results to return in one response)."
|
|
returns:
|
|
description: "the TransformCollection object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.TransformCollection?alt=com.azure.resourcemanager.mediaservices.models.TransformCollection&text=TransformCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.mediaservices.models.TransformCollection.withValue(java.util.List<com.azure.resourcemanager.mediaservices.fluent.models.TransformInner>)"
|
|
fullName: "com.azure.resourcemanager.mediaservices.models.TransformCollection.withValue(List<TransformInner> value)"
|
|
name: "withValue(List<TransformInner> value)"
|
|
nameWithType: "TransformCollection.withValue(List<TransformInner> value)"
|
|
summary: "Set the value property: A collection of Transform items."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.mediaservices.fluent.models.TransformInner?alt=com.azure.resourcemanager.mediaservices.fluent.models.TransformInner&text=TransformInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public TransformCollection withValue(List<TransformInner> value)"
|
|
desc: "Set the value property: A collection of Transform items."
|
|
returns:
|
|
description: "the TransformCollection object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.TransformCollection?alt=com.azure.resourcemanager.mediaservices.models.TransformCollection&text=TransformCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A collection of Transform items."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.mediaservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0
|