TopicsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. TopicsListResult
- com.
Implements
public final class TopicsListResult
implements JsonSerializable<TopicsListResult>
Result of the List Topics operation.
Constructor Summary
| Constructor | Description |
|---|---|
| TopicsListResult() |
Creates an instance of Topics |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Topics |
fromJson(JsonReader jsonReader)
Reads an instance of Topics |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Topic |
value()
Get the value property: A collection of Topics. |
|
Topics |
withNextLink(String nextLink)
Set the next |
|
Topics |
withValue(List<TopicInner> value)
Set the value property: A collection of Topics. |
Methods inherited from java.lang.Object
Constructor Details
TopicsListResult
public TopicsListResult()
Creates an instance of TopicsListResult class.
Method Details
fromJson
public static TopicsListResult fromJson(JsonReader jsonReader)
Reads an instance of TopicsListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of topics.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<TopicInner> value()
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<TopicInner> value)
Set the value property: A collection of Topics.
Parameters:
Returns: