Package com.mypurecloud.sdk.v2.model
Class TwitterDataIngestionRuleRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.TwitterDataIngestionRuleRequest
- All Implemented Interfaces:
Serializable
TwitterDataIngestionRuleRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionISO 3166-1 alpha-2 country codes.description(String description) A description of the data ingestion rule.booleangetName()inthashCode()The name of the data ingestion rule.searchTerms(String searchTerms) Search terms for X (formally Twitter).voidsetCountries(List<String> countries) voidsetDescription(String description) voidvoidsetSearchTerms(String searchTerms) toString()
-
Constructor Details
-
TwitterDataIngestionRuleRequest
public TwitterDataIngestionRuleRequest() -
TwitterDataIngestionRuleRequest
-
-
Method Details
-
name
The name of the data ingestion rule. -
getName
-
setName
-
description
A description of the data ingestion rule. -
getDescription
-
setDescription
-
searchTerms
Search terms for X (formally Twitter). -
getSearchTerms
-
setSearchTerms
-
countries
ISO 3166-1 alpha-2 country codes. Ingestion of matching tweets will be restricted to tweets posted in the countries specified here. Defaults to worldwide. -
getCountries
-
setCountries
-
equals
-
hashCode
public int hashCode() -
toString
-