### YamlMime:JavaType
uid: "com.azure.resourcemanager.webpubsub.models.CustomDomainList"
fullName: "com.azure.resourcemanager.webpubsub.models.CustomDomainList"
name: "CustomDomainList"
nameWithType: "CustomDomainList"
summary: "Custom domains list."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **CustomDomainList**"
constructors:
- uid: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.CustomDomainList()"
fullName: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.CustomDomainList()"
name: "CustomDomainList()"
nameWithType: "CustomDomainList.CustomDomainList()"
summary: "Creates an instance of CustomDomainList class."
syntax: "public CustomDomainList()"
desc: "Creates an instance of CustomDomainList class."
methods:
- uid: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.nextLink()"
fullName: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.nextLink()"
name: "nextLink()"
nameWithType: "CustomDomainList.nextLink()"
summary: "Get the nextLink property: The URL the client should use to fetch the next page (per server side paging)."
syntax: "public String nextLink()"
desc: "Get the nextLink property: The URL the 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: "String"
- uid: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.validate()"
fullName: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.validate()"
name: "validate()"
nameWithType: "CustomDomainList.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.value()"
fullName: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.value()"
name: "value()"
nameWithType: "CustomDomainList.value()"
summary: "Get the value property: List of custom domains that bind to this resource."
syntax: "public List value()"
desc: "Get the value property: List of custom domains that bind to this resource."
returns:
description: "the value value."
type: "List<>"
- uid: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "CustomDomainList.withNextLink(String nextLink)"
summary: "Set the nextLink property: The URL the client should use to fetch the next page (per server side paging)."
parameters:
- description: "the nextLink value to set."
name: "nextLink"
type: "String"
syntax: "public CustomDomainList withNextLink(String nextLink)"
desc: "Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use."
returns:
description: "the CustomDomainList object itself."
type: ""
- uid: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.withValue(java.util.List)"
fullName: "com.azure.resourcemanager.webpubsub.models.CustomDomainList.withValue(List value)"
name: "withValue(List value)"
nameWithType: "CustomDomainList.withValue(List value)"
summary: "Set the value property: List of custom domains that bind to this resource."
parameters:
- description: "the value value to set."
name: "value"
type: "List<>"
syntax: "public CustomDomainList withValue(List value)"
desc: "Set the value property: List of custom domains that bind to this resource."
returns:
description: "the CustomDomainList object itself."
type: ""
type: "class"
desc: "Custom domains list."
metadata: {}
package: "com.azure.resourcemanager.webpubsub.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-webpubsub:1.0.0