Share via


ConnectFailed Class

public final class ConnectFailed
extends CallAutomationEventBase

The ConnectFailed model.

Method Summary

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

Reads an instance of ConnectFailed from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from CallAutomationEventBase

Methods inherited from java.lang.Object

Method Details

fromJson

public static ConnectFailed fromJson(JsonReader jsonReader)

Reads an instance of ConnectFailed from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to