93 строки
6.0 KiB
YAML
93 строки
6.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.devtestlabs.models.ArtifactList"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ArtifactList"
|
|
name: "ArtifactList"
|
|
nameWithType: "ArtifactList"
|
|
summary: "The response of a list operation."
|
|
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 **ArtifactList**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.ArtifactList()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.ArtifactList()"
|
|
name: "ArtifactList()"
|
|
nameWithType: "ArtifactList.ArtifactList()"
|
|
summary: "Creates an instance of Artifact<wbr>List class."
|
|
syntax: "public ArtifactList()"
|
|
desc: "Creates an instance of ArtifactList class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.nextLink()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "ArtifactList.nextLink()"
|
|
summary: "Get the next<wbr>Link property: Link for next set of results."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: Link for next set of results."
|
|
returns:
|
|
description: "the nextLink value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.validate()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ArtifactList.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.value()"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.value()"
|
|
name: "value()"
|
|
nameWithType: "ArtifactList.value()"
|
|
summary: "Get the value property: Results of the list operation."
|
|
syntax: "public List<ArtifactInner> value()"
|
|
desc: "Get the value property: Results of the list operation."
|
|
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.devtestlabs.fluent.models.ArtifactInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner&text=ArtifactInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.withNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.withNextLink(String nextLink)"
|
|
name: "withNextLink(String nextLink)"
|
|
nameWithType: "ArtifactList.withNextLink(String nextLink)"
|
|
summary: "Set the next<wbr>Link property: Link for next set of results."
|
|
parameters:
|
|
- description: "the nextLink value to set."
|
|
name: "nextLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ArtifactList withNextLink(String nextLink)"
|
|
desc: "Set the nextLink property: Link for next set of results."
|
|
returns:
|
|
description: "the ArtifactList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ArtifactList?alt=com.azure.resourcemanager.devtestlabs.models.ArtifactList&text=ArtifactList\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.withValue(java.util.List<com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner>)"
|
|
fullName: "com.azure.resourcemanager.devtestlabs.models.ArtifactList.withValue(List<ArtifactInner> value)"
|
|
name: "withValue(List<ArtifactInner> value)"
|
|
nameWithType: "ArtifactList.withValue(List<ArtifactInner> value)"
|
|
summary: "Set the value property: Results of the list operation."
|
|
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.devtestlabs.fluent.models.ArtifactInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ArtifactInner&text=ArtifactInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public ArtifactList withValue(List<ArtifactInner> value)"
|
|
desc: "Set the value property: Results of the list operation."
|
|
returns:
|
|
description: "the ArtifactList object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ArtifactList?alt=com.azure.resourcemanager.devtestlabs.models.ArtifactList&text=ArtifactList\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The response of a list operation."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.devtestlabs.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0
|