ChannelResponseList Class

  • java.lang.Object
    • com.azure.resourcemanager.botservice.models.ChannelResponseList

Implements

public final class ChannelResponseList
implements JsonSerializable<ChannelResponseList>

The list of bot service channel operation response.

Constructor Summary

Constructor Description
ChannelResponseList()

Creates an instance of ChannelResponseList class.

Method Summary

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

Reads an instance of ChannelResponseList from the JsonReader.

String nextLink()

Get the nextLink property: The link used to get the next page of bot service channel resources.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<BotChannelInner> value()

Get the value property: Gets the list of bot service channel results and their properties.

ChannelResponseList withNextLink(String nextLink)

Set the nextLink property: The link used to get the next page of bot service channel resources.

Methods inherited from java.lang.Object

Constructor Details

ChannelResponseList

public ChannelResponseList()

Creates an instance of ChannelResponseList class.

Method Details

fromJson

public static ChannelResponseList fromJson(JsonReader jsonReader)

Reads an instance of ChannelResponseList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ChannelResponseList 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 ChannelResponseList.

nextLink

public String nextLink()

Get the nextLink property: The link used to get the next page of bot service channel resources.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<BotChannelInner> value()

Get the value property: Gets the list of bot service channel results and their properties.

Returns:

the value value.

withNextLink

public ChannelResponseList withNextLink(String nextLink)

Set the nextLink property: The link used to get the next page of bot service channel resources.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ChannelResponseList object itself.

Applies to