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

91 строка
6.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.iotcentral.models.AppListResult"
fullName: "com.azure.resourcemanager.iotcentral.models.AppListResult"
name: "AppListResult"
nameWithType: "AppListResult"
summary: "A list of IoT Central Applications with a next link."
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 **AppListResult**"
constructors:
- uid: "com.azure.resourcemanager.iotcentral.models.AppListResult.AppListResult()"
fullName: "com.azure.resourcemanager.iotcentral.models.AppListResult.AppListResult()"
name: "AppListResult()"
nameWithType: "AppListResult.AppListResult()"
syntax: "public AppListResult()"
methods:
- uid: "com.azure.resourcemanager.iotcentral.models.AppListResult.nextLink()"
fullName: "com.azure.resourcemanager.iotcentral.models.AppListResult.nextLink()"
name: "nextLink()"
nameWithType: "AppListResult.nextLink()"
summary: "Get the next<wbr>Link property: The link used to get the next page of IoT Central Applications."
syntax: "public String nextLink()"
desc: "Get the nextLink property: The link used to get the next page of IoT Central Applications."
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.iotcentral.models.AppListResult.validate()"
fullName: "com.azure.resourcemanager.iotcentral.models.AppListResult.validate()"
name: "validate()"
nameWithType: "AppListResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.iotcentral.models.AppListResult.value()"
fullName: "com.azure.resourcemanager.iotcentral.models.AppListResult.value()"
name: "value()"
nameWithType: "AppListResult.value()"
summary: "Get the value property: A list of IoT Central Applications."
syntax: "public List<AppInner> value()"
desc: "Get the value property: A list of IoT Central Applications."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.iotcentral.models.AppListResult.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.iotcentral.models.AppListResult.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "AppListResult.withNextLink(String nextLink)"
summary: "Set the next<wbr>Link property: The link used to get the next page of IoT Central Applications."
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 AppListResult withNextLink(String nextLink)"
desc: "Set the nextLink property: The link used to get the next page of IoT Central Applications."
returns:
description: "the AppListResult object itself."
type: "<xref href=\"com.azure.resourcemanager.iotcentral.models.AppListResult?alt=com.azure.resourcemanager.iotcentral.models.AppListResult&text=AppListResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.iotcentral.models.AppListResult.withValue(java.util.List<com.azure.resourcemanager.iotcentral.fluent.models.AppInner>)"
fullName: "com.azure.resourcemanager.iotcentral.models.AppListResult.withValue(List<AppInner> value)"
name: "withValue(List<AppInner> value)"
nameWithType: "AppListResult.withValue(List<AppInner> value)"
summary: "Set the value property: A list of IoT Central Applications."
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>&lt;<xref href=\"com.azure.resourcemanager.iotcentral.fluent.models.AppInner?alt=com.azure.resourcemanager.iotcentral.fluent.models.AppInner&text=AppInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public AppListResult withValue(List<AppInner> value)"
desc: "Set the value property: A list of IoT Central Applications."
returns:
description: "the AppListResult object itself."
type: "<xref href=\"com.azure.resourcemanager.iotcentral.models.AppListResult?alt=com.azure.resourcemanager.iotcentral.models.AppListResult&text=AppListResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A list of IoT Central Applications with a next link."
metadata: {}
package: "com.azure.resourcemanager.iotcentral.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-iotcentral:1.0.0