Class SystemTopicsListResult
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult
-
public final class SystemTopicsListResult extends Object
Result of the List System topics operation.
-
-
Constructor Summary
Constructors Constructor Description SystemTopicsListResult()
-
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 topics.voidvalidate()Validates the instance.List<SystemTopicInner>value()Get the value property: A collection of system Topics.SystemTopicsListResultwithNextLink(String nextLink)Set the nextLink property: A link for the next page of topics.SystemTopicsListResultwithValue(List<SystemTopicInner> value)Set the value property: A collection of system Topics.
-
-
-
Method Detail
-
value
public List<SystemTopicInner> value()
Get the value property: A collection of system Topics.- Returns:
- the value value.
-
withValue
public SystemTopicsListResult withValue(List<SystemTopicInner> value)
Set the value property: A collection of system Topics.- Parameters:
value- the value value to set.- Returns:
- the SystemTopicsListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of topics.- Returns:
- the nextLink value.
-
withNextLink
public SystemTopicsListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of topics.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the SystemTopicsListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-