Package com.mypurecloud.sdk.v2.model
Class GoogleBusinessProfileDataIngestionRuleRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleBusinessProfileDataIngestionRuleRequest
- All Implemented Interfaces:
Serializable
GoogleBusinessProfileDataIngestionRuleRequest
- 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 data ingestion rule, which will be used when performing identity resolutiongetName()inthashCode()integrationId(String integrationId) The Integration Id from which to ingest public social posts.The name of the data ingestion rule.voidsetDescription(String description) voidsetExternalSource(DomainEntityRef externalSource) voidsetIntegrationId(String integrationId) voidtoString()
-
Constructor Details
-
GoogleBusinessProfileDataIngestionRuleRequest
public GoogleBusinessProfileDataIngestionRuleRequest() -
GoogleBusinessProfileDataIngestionRuleRequest
-
-
Method Details
-
name
The name of the data ingestion rule. -
getName
-
setName
-
description
A description of the data ingestion rule. -
getDescription
-
setDescription
-
integrationId
The Integration Id from which to ingest public social posts. This entity is created using the /conversations/messaging/integrations/open/extensions/googlebusinessprofile resource -
getIntegrationId
-
setIntegrationId
-
externalSource
The external source associated with this data ingestion rule, which will be used when performing identity resolution -
getExternalSource
-
setExternalSource
-
equals
-
hashCode
public int hashCode() -
toString
-