Class Datasource
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.proactiveconnect.Datasource
- All Implemented Interfaces:
Jsonable
- Direct Known Subclasses:
ManualDatasource,SalesforceDatasource
Base class for datasource types used in Proactive Connect lists.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
Field Details
-
type
-
-
Constructor Details
-
Datasource
-
-
Method Details
-
getType
Name of the datasource.- Returns:
- The datasource type as a string.
-