Package com.mypurecloud.sdk.v2.model
Class GoogleBusinessProfileDataIngestionRuleResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.GoogleBusinessProfileDataIngestionRuleResponse
- All Implemented Interfaces:
Serializable
GoogleBusinessProfileDataIngestionRuleResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the data ingestion rule. -
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 is used when performing identity resolutiongetId()getName()inthashCode()ID of the data ingestion rule.ingestionRuleInfo(MessageInfo ingestionRuleInfo) The Info about ingestion rule.integrationId(String integrationId) The Integration Id from which public social posts are ingested.The name of the data ingestion rule.voidsetDescription(String description) voidsetExternalSource(DomainEntityRef externalSource) voidvoidsetIngestionRuleInfo(MessageInfo ingestionRuleInfo) voidsetIntegrationId(String integrationId) voidvoidvoidsetVersion(Integer version) The status of the data ingestion rule.toString()The version number of the data ingestion rule.
-
Constructor Details
-
GoogleBusinessProfileDataIngestionRuleResponse
public GoogleBusinessProfileDataIngestionRuleResponse() -
GoogleBusinessProfileDataIngestionRuleResponse
-
-
Method Details
-
id
ID of the data ingestion rule. -
getId
-
setId
-
name
The name of the data ingestion rule. -
getName
-
setName
-
description
A description of the data ingestion rule. -
getDescription
-
setDescription
-
status
public GoogleBusinessProfileDataIngestionRuleResponse status(GoogleBusinessProfileDataIngestionRuleResponse.StatusEnum status) The status of the data ingestion rule. -
getStatus
-
setStatus
-
version
The version number of the data ingestion rule. -
getVersion
-
setVersion
-
getDateCreated
-
getDateModified
-
getPlatform
-
ingestionRuleInfo
public GoogleBusinessProfileDataIngestionRuleResponse ingestionRuleInfo(MessageInfo ingestionRuleInfo) The Info about ingestion rule. -
getIngestionRuleInfo
-
setIngestionRuleInfo
-
getCountries
-
integrationId
The Integration Id from which public social posts are ingested. This entity is created using the /conversations/messaging/integrations/open/extensions/googlebusinessprofile resource -
getIntegrationId
-
setIntegrationId
-
externalSource
public GoogleBusinessProfileDataIngestionRuleResponse externalSource(DomainEntityRef externalSource) The external source associated with this data ingestion rule, which is used when performing identity resolution -
getExternalSource
-
setExternalSource
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-