Class DomainsListResult
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.DomainsListResult
-
public final class DomainsListResult extends Object
Result of the List Domains operation.
-
-
Constructor Summary
Constructors Constructor Description DomainsListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: A link for the next page of domains.voidvalidate()Validates the instance.List<DomainInner>value()Get the value property: A collection of Domains.DomainsListResultwithNextLink(String nextLink)Set the nextLink property: A link for the next page of domains.DomainsListResultwithValue(List<DomainInner> value)Set the value property: A collection of Domains.
-
-
-
Method Detail
-
value
public List<DomainInner> value()
Get the value property: A collection of Domains.- Returns:
- the value value.
-
withValue
public DomainsListResult withValue(List<DomainInner> value)
Set the value property: A collection of Domains.- Parameters:
value- the value value to set.- Returns:
- the DomainsListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of domains.- Returns:
- the nextLink value.
-
withNextLink
public DomainsListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of domains.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the DomainsListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-