ConnectionSettingResponseList Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. models. ConnectionSettingResponseList
- com.
Implements
public final class ConnectionSettingResponseList
implements JsonSerializable<ConnectionSettingResponseList>
The list of bot service connection settings response.
Constructor Summary
| Constructor | Description |
|---|---|
| ConnectionSettingResponseList() |
Creates an instance of Connection |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Connection |
fromJson(JsonReader jsonReader)
Reads an instance of Connection |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Connection |
value()
Get the value property: Gets the list of bot service connection settings and their properties. |
|
Connection |
withNextLink(String nextLink)
Set the next |
Methods inherited from java.lang.Object
Constructor Details
ConnectionSettingResponseList
public ConnectionSettingResponseList()
Creates an instance of ConnectionSettingResponseList class.
Method Details
fromJson
public static ConnectionSettingResponseList fromJson(JsonReader jsonReader)
Reads an instance of ConnectionSettingResponseList 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 connection setting resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ConnectionSettingInner> value()
Get the value property: Gets the list of bot service connection settings and their properties.
Returns:
withNextLink
public ConnectionSettingResponseList withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of bot service connection setting resources.
Parameters:
Returns: