ConnectionSettingResponseList Class

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

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 ConnectionSettingResponseList class.

Method Summary

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

Reads an instance of ConnectionSettingResponseList from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ConnectionSettingInner> value()

Get the value property: Gets the list of bot service connection settings and their properties.

ConnectionSettingResponseList withNextLink(String nextLink)

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

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:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

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

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

the value value.

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:

nextLink - the nextLink value to set.

Returns:

the ConnectionSettingResponseList object itself.

Applies to