CustomDomainList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. CustomDomainList
- com.
Implements
public final class CustomDomainList
implements JsonSerializable<CustomDomainList>
Custom domains list.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomDomainList() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Custom |
value()
Get the value property: List of custom domains that bind to this resource. |
|
Custom |
withNextLink(String nextLink)
Set the next |
|
Custom |
withValue(List<CustomDomainInner> value)
Set the value property: List of custom domains that bind to this resource. |
Methods inherited from java.lang.Object
Constructor Details
CustomDomainList
public CustomDomainList()
Creates an instance of CustomDomainList class.
Method Details
fromJson
public static CustomDomainList fromJson(JsonReader jsonReader)
Reads an instance of CustomDomainList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
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:
toJson
validate
public void validate()
Validates the instance.
value
public List<CustomDomainInner> value()
Get the value property: List of custom domains that bind to this resource.
Returns:
withNextLink
public CustomDomainList withNextLink(String nextLink)
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.
Parameters:
Returns:
withValue
public CustomDomainList withValue(List<CustomDomainInner> value)
Set the value property: List of custom domains that bind to this resource.
Parameters:
Returns: