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