TopicsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. TopicsListResult
- com.
public final class TopicsListResult
Result of the List Topics operation.
Constructor | Description | |
---|---|---|
Topics |
Modifier and Type | Method and Description |
---|---|
String |
next Get the next |
void |
validate()
Validates the instance. |
List<Topic |
value()
Get the value property: A collection of Topics. |
Topics |
with Set the next |
Topics |
with Set the value property: A collection of Topics. |
Methods inherited from java.lang.Object
TopicsListResult
public TopicsListResult()
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of topics.
Returns:
validate
public void validate()
Validates the instance.
value
public List
Get the value property: A collection of Topics.
Returns:
withNextLink
public TopicsListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of topics.
Parameters:
Returns:
withValue
public TopicsListResult withValue(List
Set the value property: A collection of Topics.
Parameters:
Returns:
Azure SDK for Java feedback
Azure SDK for Java is an open source project. Select a link to provide feedback: