Package com.mypurecloud.sdk.v2.model
Class OpenDataIngestionRuleRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.OpenDataIngestionRuleRequest
- All Implemented Interfaces:
Serializable
OpenDataIngestionRuleRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the data ingestion rule.booleanexternalSource(DomainEntityRef externalSource) The external source associated with this open data ingestion rule, which will be used when performing identity resolutiongetName()inthashCode()The name of the data ingestion rule.voidsetDescription(String description) voidsetExternalSource(DomainEntityRef externalSource) voidtoString()
-
Constructor Details
-
OpenDataIngestionRuleRequest
public OpenDataIngestionRuleRequest() -
OpenDataIngestionRuleRequest
-
-
Method Details
-
name
The name of the data ingestion rule. -
getName
-
setName
-
description
A description of the data ingestion rule. -
getDescription
-
setDescription
-
externalSource
The external source associated with this open data ingestion rule, which will be used when performing identity resolution -
getExternalSource
-
setExternalSource
-
equals
-
hashCode
public int hashCode() -
toString
-