Package com.mypurecloud.sdk.v2.model
Class InstagramDataIngestionRuleResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.InstagramDataIngestionRuleResponse
- All Implemented Interfaces:
Serializable
InstagramDataIngestionRuleResponse
- 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.booleangetId()getName()inthashCode()ID of the Instagram 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) 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
-
InstagramDataIngestionRuleResponse
public InstagramDataIngestionRuleResponse() -
InstagramDataIngestionRuleResponse
-
-
Method Details
-
id
ID of the Instagram 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 InstagramDataIngestionRuleResponse status(InstagramDataIngestionRuleResponse.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
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/instagram resource -
getIntegrationId
-
setIntegrationId
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-