ChannelResponseList Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. ChannelResponseList
- com.
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 Channel |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Channel |
fromJson(JsonReader jsonReader)
Reads an instance of Channel |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Bot |
value()
Get the value property: Gets the list of bot service channel results and their properties. |
|
Channel |
withNextLink(String nextLink)
Set the next |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of bot service channel resources.
Returns:
toJson
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:
withNextLink
public ChannelResponseList withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of bot service channel resources.
Parameters:
Returns: