TopicsListResult Class

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

public final class TopicsListResult

Result of the List Topics operation.

Constructor Summary

Constructor Description
TopicsListResult()

Method Summary

Modifier and Type Method and Description
String nextLink()

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

void validate()

Validates the instance.

List<TopicInner> value()

Get the value property: A collection of Topics.

TopicsListResult withNextLink(String nextLink)

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

TopicsListResult withValue(List<TopicInner> value)

Set the value property: A collection of Topics.

Methods inherited from java.lang.Object

Constructor Details

TopicsListResult

public TopicsListResult()

Method Details

nextLink

public String nextLink()

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

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: A collection of Topics.

Returns:

the value value.

withNextLink

public TopicsListResult withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the TopicsListResult object itself.

withValue

public TopicsListResult withValue(List value)

Set the value property: A collection of Topics.

Parameters:

value - the value value to set.

Returns:

the TopicsListResult object itself.

Applies to

Azure SDK for Java

Latest