65 строки
4.2 KiB
YAML
65 строки
4.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult"
|
|
name: "MetadataSchemaListResult"
|
|
nameWithType: "MetadataSchemaListResult"
|
|
summary: "The response of a Metadata<wbr>Schema 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 **MetadataSchemaListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult.MetadataSchemaListResult()"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult.MetadataSchemaListResult()"
|
|
name: "MetadataSchemaListResult()"
|
|
nameWithType: "MetadataSchemaListResult.MetadataSchemaListResult()"
|
|
summary: "Creates an instance of Metadata<wbr>Schema<wbr>List<wbr>Result class."
|
|
syntax: "public MetadataSchemaListResult()"
|
|
desc: "Creates an instance of MetadataSchemaListResult class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "MetadataSchemaListResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: The link to the next page of items."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: The link to the next page of items."
|
|
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.apicenter.models.MetadataSchemaListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "MetadataSchemaListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult.value()"
|
|
fullName: "com.azure.resourcemanager.apicenter.models.MetadataSchemaListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "MetadataSchemaListResult.value()"
|
|
summary: "Get the value property: The Metadata<wbr>Schema items on this page."
|
|
syntax: "public List<MetadataSchemaInner> value()"
|
|
desc: "Get the value property: The MetadataSchema items on this page."
|
|
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.apicenter.fluent.models.MetadataSchemaInner?alt=com.azure.resourcemanager.apicenter.fluent.models.MetadataSchemaInner&text=MetadataSchemaInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "class"
|
|
desc: "The response of a MetadataSchema list operation."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.apicenter.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0
|