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

79 строки
4.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.maps.models.CreatorList"
fullName: "com.azure.resourcemanager.maps.models.CreatorList"
name: "CreatorList"
nameWithType: "CreatorList"
summary: "A list of Creator 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 **CreatorList**"
constructors:
- uid: "com.azure.resourcemanager.maps.models.CreatorList.CreatorList()"
fullName: "com.azure.resourcemanager.maps.models.CreatorList.CreatorList()"
name: "CreatorList()"
nameWithType: "CreatorList.CreatorList()"
summary: "Creates an instance of Creator<wbr>List class."
syntax: "public CreatorList()"
desc: "Creates an instance of CreatorList class."
methods:
- uid: "com.azure.resourcemanager.maps.models.CreatorList.nextLink()"
fullName: "com.azure.resourcemanager.maps.models.CreatorList.nextLink()"
name: "nextLink()"
nameWithType: "CreatorList.nextLink()"
summary: "Get the next<wbr>Link property: URL client should use to fetch the next page (per server side paging)."
syntax: "public String nextLink()"
desc: "Get the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use."
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.maps.models.CreatorList.validate()"
fullName: "com.azure.resourcemanager.maps.models.CreatorList.validate()"
name: "validate()"
nameWithType: "CreatorList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.maps.models.CreatorList.value()"
fullName: "com.azure.resourcemanager.maps.models.CreatorList.value()"
name: "value()"
nameWithType: "CreatorList.value()"
summary: "Get the value property: a Creator account."
syntax: "public List<CreatorInner> value()"
desc: "Get the value property: a Creator account."
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.maps.fluent.models.CreatorInner?alt=com.azure.resourcemanager.maps.fluent.models.CreatorInner&text=CreatorInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.maps.models.CreatorList.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.maps.models.CreatorList.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "CreatorList.withNextLink(String nextLink)"
summary: "Set the next<wbr>Link property: URL client should use to fetch the next page (per server side paging)."
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 CreatorList withNextLink(String nextLink)"
desc: "Set the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use."
returns:
description: "the CreatorList object itself."
type: "<xref href=\"com.azure.resourcemanager.maps.models.CreatorList?alt=com.azure.resourcemanager.maps.models.CreatorList&text=CreatorList\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A list of Creator resources."
metadata: {}
package: "com.azure.resourcemanager.maps.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-maps:1.0.0