Class ManualDatasource
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.proactiveconnect.Datasource
com.vonage.client.proactiveconnect.ManualDatasource
- All Implemented Interfaces:
Jsonable
Represents the
manual datasource type for a Proactive Connect list.-
Field Summary
Fields inherited from class com.vonage.client.proactiveconnect.Datasource
type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vonage.client.proactiveconnect.Datasource
getTypeMethods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
ManualDatasource
public ManualDatasource()Creates a new manual datasource for the list.
-