DomainCollection Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. DomainCollection
- com.
Implements
public final class DomainCollection
implements JsonSerializable<DomainCollection>
Collection of domains.
Constructor Summary
| Constructor | Description |
|---|---|
| DomainCollection() |
Creates an instance of Domain |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Domain |
fromJson(JsonReader jsonReader)
Reads an instance of Domain |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Domain |
value()
Get the value property: The Domain items on this page. |
|
Domain |
withNextLink(String nextLink)
Set the next |
|
Domain |
withValue(List<DomainInner> value)
Set the value property: The Domain items on this page. |
Methods inherited from java.lang.Object
Constructor Details
DomainCollection
public DomainCollection()
Creates an instance of DomainCollection class.
Method Details
fromJson
public static DomainCollection fromJson(JsonReader jsonReader)
Reads an instance of DomainCollection from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DomainInner> value()
Get the value property: The Domain items on this page.
Returns:
withNextLink
public DomainCollection withNextLink(String nextLink)
Set the nextLink property: The link to the next page of items.
Parameters:
Returns:
withValue
public DomainCollection withValue(List<DomainInner> value)
Set the value property: The Domain items on this page.
Parameters:
Returns: