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