Package com.mypurecloud.sdk.v2.model
Class ExternalDataSource
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalDataSource
- All Implemented Interfaces:
Serializable
Describes a link to a record in an external system that contributed data to a Relate record
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe platform that was the source of the data. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetUrl()inthashCode()platform(ExternalDataSource.PlatformEnum platform) The platform that was the source of the data.voidsetPlatform(ExternalDataSource.PlatformEnum platform) voidtoString()An URL that links to the source record that contributed data to the associated entity.
-
Constructor Details
-
ExternalDataSource
public ExternalDataSource() -
ExternalDataSource
-
-
Method Details
-
platform
The platform that was the source of the data. Example: a CRM like SALESFORCE. -
getPlatform
-
setPlatform
-
url
An URL that links to the source record that contributed data to the associated entity. -
getUrl
-
setUrl
-
equals
-
hashCode
public int hashCode() -
toString
-