93 строки
6.2 KiB
YAML
93 строки
6.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.support.models.FilesListResult"
|
|
fullName: "com.azure.resourcemanager.support.models.FilesListResult"
|
|
name: "FilesListResult"
|
|
nameWithType: "FilesListResult"
|
|
summary: "Object that represents a collection of File resources."
|
|
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 **FilesListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.support.models.FilesListResult.FilesListResult()"
|
|
fullName: "com.azure.resourcemanager.support.models.FilesListResult.FilesListResult()"
|
|
name: "FilesListResult()"
|
|
nameWithType: "FilesListResult.FilesListResult()"
|
|
summary: "Creates an instance of Files<wbr>List<wbr>Result class."
|
|
syntax: "public FilesListResult()"
|
|
desc: "Creates an instance of FilesListResult class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.support.models.FilesListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.support.models.FilesListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "FilesListResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: The URI to fetch the next page of File resources."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: The URI to fetch the next page of File resources."
|
|
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.support.models.FilesListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.support.models.FilesListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "FilesListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.support.models.FilesListResult.value()"
|
|
fullName: "com.azure.resourcemanager.support.models.FilesListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "FilesListResult.value()"
|
|
summary: "Get the value property: List of File resources."
|
|
syntax: "public List<FileDetailsInner> value()"
|
|
desc: "Get the value property: List of File resources."
|
|
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.support.fluent.models.FileDetailsInner?alt=com.azure.resourcemanager.support.fluent.models.FileDetailsInner&text=FileDetailsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.support.models.FilesListResult.withNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.support.models.FilesListResult.withNextLink(String nextLink)"
|
|
name: "withNextLink(String nextLink)"
|
|
nameWithType: "FilesListResult.withNextLink(String nextLink)"
|
|
summary: "Set the next<wbr>Link property: The URI to fetch the next page of File resources."
|
|
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 FilesListResult withNextLink(String nextLink)"
|
|
desc: "Set the nextLink property: The URI to fetch the next page of File resources."
|
|
returns:
|
|
description: "the FilesListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.FilesListResult?alt=com.azure.resourcemanager.support.models.FilesListResult&text=FilesListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.support.models.FilesListResult.withValue(java.util.List<com.azure.resourcemanager.support.fluent.models.FileDetailsInner>)"
|
|
fullName: "com.azure.resourcemanager.support.models.FilesListResult.withValue(List<FileDetailsInner> value)"
|
|
name: "withValue(List<FileDetailsInner> value)"
|
|
nameWithType: "FilesListResult.withValue(List<FileDetailsInner> value)"
|
|
summary: "Set the value property: List of File resources."
|
|
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.support.fluent.models.FileDetailsInner?alt=com.azure.resourcemanager.support.fluent.models.FileDetailsInner&text=FileDetailsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public FilesListResult withValue(List<FileDetailsInner> value)"
|
|
desc: "Set the value property: List of File resources."
|
|
returns:
|
|
description: "the FilesListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.support.models.FilesListResult?alt=com.azure.resourcemanager.support.models.FilesListResult&text=FilesListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Object that represents a collection of File resources."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.support.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-support:1.0.0
|