DomainsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.models.DomainsListResult

public final class DomainsListResult

Result of the List Domains operation.

Constructor Summary

Constructor Description
DomainsListResult()

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: A link for the next page of domains.

void validate()

Validates the instance.

List<DomainInner> value()

Get the value property: A collection of Domains.

DomainsListResult withNextLink(String nextLink)

Set the nextLink property: A link for the next page of domains.

DomainsListResult withValue(List<DomainInner> value)

Set the value property: A collection of Domains.

Methods inherited from java.lang.Object

Constructor Details

DomainsListResult

public DomainsListResult()

Method Details

nextLink

public String nextLink()

Get the nextLink property: A link for the next page of domains.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A collection of Domains.

Returns:

the value 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.

withValue

public DomainsListResult withValue(List value)

Set the value property: A collection of Domains.

Parameters:

value - the value value to set.

Returns:

the DomainsListResult object itself.

Applies to