次の方法で共有


TopicSpacesListResult Class

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

Implements

public final class TopicSpacesListResult
implements JsonSerializable<TopicSpacesListResult>

Result of the List Topic Space operation.

Constructor Summary

Constructor Description
TopicSpacesListResult()

Creates an instance of TopicSpacesListResult class.

Method Summary

Modifier and Type Method and Description
static TopicSpacesListResult fromJson(JsonReader jsonReader)

Reads an instance of TopicSpacesListResult from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<TopicSpaceInner> value()

Get the value property: A collection of Topic Space.

TopicSpacesListResult withNextLink(String nextLink)

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

TopicSpacesListResult 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:

jsonReader - The JsonReader being read.

Returns:

An instance of TopicSpacesListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the TopicSpacesListResult.

nextLink

public String nextLink()

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

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<TopicSpaceInner> value()

Get the value property: A collection of Topic Space.

Returns:

the value value.

withNextLink

public TopicSpacesListResult withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the TopicSpacesListResult object itself.

withValue

public TopicSpacesListResult withValue(List<TopicSpaceInner> value)

Set the value property: A collection of Topic Space.

Parameters:

value - the value value to set.

Returns:

the TopicSpacesListResult object itself.

Applies to