Package com.mypurecloud.sdk.v2.model
Class DeploymentIdentityResolutionConfig
java.lang.Object
com.mypurecloud.sdk.v2.model.DeploymentIdentityResolutionConfig
- All Implemented Interfaces:
Serializable
DeploymentIdentityResolutionConfig
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionautomerge(IdentityResolutionAutomergeConfig automerge) Whether automerging of contacts should be enabled for each channel.division(WritableStarrableDivision division) The division to use when performing identity resolution.booleanexternalSource(IdentityResolutionExternalSource externalSource) The external source used for stitching this channel.inthashCode()resolveIdentities(Boolean resolveIdentities) Whether the channel should resolve identitiesvoidsetAutomerge(IdentityResolutionAutomergeConfig automerge) voidsetDivision(WritableStarrableDivision division) voidsetExternalSource(IdentityResolutionExternalSource externalSource) voidsetResolveIdentities(Boolean resolveIdentities) toString()
-
Constructor Details
-
DeploymentIdentityResolutionConfig
public DeploymentIdentityResolutionConfig() -
DeploymentIdentityResolutionConfig
-
-
Method Details
-
division
The division to use when performing identity resolution. -
getDivision
-
setDivision
-
resolveIdentities
Whether the channel should resolve identities -
getResolveIdentities
-
setResolveIdentities
-
externalSource
public DeploymentIdentityResolutionConfig externalSource(IdentityResolutionExternalSource externalSource) The external source used for stitching this channel. -
getExternalSource
-
setExternalSource
-
automerge
Whether automerging of contacts should be enabled for each channel. -
getAutomerge
-
setAutomerge
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-