public final class ZoneListResult extends Object
| Constructor and Description |
|---|
ZoneListResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: The continuation token for the next page of results.
|
void |
validate()
Validates the instance.
|
List<ZoneInner> |
value()
Get the value property: Information about the DNS zones.
|
ZoneListResult |
withValue(List<ZoneInner> value)
Set the value property: Information about the DNS zones.
|
public List<ZoneInner> value()
public ZoneListResult withValue(List<ZoneInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.