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

65 строки
4.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.apicenter.models.ServiceListResult"
fullName: "com.azure.resourcemanager.apicenter.models.ServiceListResult"
name: "ServiceListResult"
nameWithType: "ServiceListResult"
summary: "The response of a Service 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 **ServiceListResult**"
constructors:
- uid: "com.azure.resourcemanager.apicenter.models.ServiceListResult.ServiceListResult()"
fullName: "com.azure.resourcemanager.apicenter.models.ServiceListResult.ServiceListResult()"
name: "ServiceListResult()"
nameWithType: "ServiceListResult.ServiceListResult()"
summary: "Creates an instance of Service<wbr>List<wbr>Result class."
syntax: "public ServiceListResult()"
desc: "Creates an instance of ServiceListResult class."
methods:
- uid: "com.azure.resourcemanager.apicenter.models.ServiceListResult.nextLink()"
fullName: "com.azure.resourcemanager.apicenter.models.ServiceListResult.nextLink()"
name: "nextLink()"
nameWithType: "ServiceListResult.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.ServiceListResult.validate()"
fullName: "com.azure.resourcemanager.apicenter.models.ServiceListResult.validate()"
name: "validate()"
nameWithType: "ServiceListResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.apicenter.models.ServiceListResult.value()"
fullName: "com.azure.resourcemanager.apicenter.models.ServiceListResult.value()"
name: "value()"
nameWithType: "ServiceListResult.value()"
summary: "Get the value property: The Service items on this page."
syntax: "public List<ServiceInner> value()"
desc: "Get the value property: The Service 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>&lt;<xref href=\"com.azure.resourcemanager.apicenter.fluent.models.ServiceInner?alt=com.azure.resourcemanager.apicenter.fluent.models.ServiceInner&text=ServiceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "The response of a Service list operation."
metadata: {}
package: "com.azure.resourcemanager.apicenter.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-apicenter:1.0.0