PostLogicalChannel class

Constructors

PostLogicalChannel(FilteringRuleGroup buffer)
Returns the new instance of PostLogicalChannel.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

group(Conclusion conclusion) LogicalChannel
Add grouped rules.
inherited
matchBoundingBox({required double westLongitude, required double southLatitude, required double eastLongitude, required double northLatitude}) LogicalChannel
Matches against the place.geo.coordinates object of the Tweet when present, and in Twitter, against a place geo polygon, where the place polygon is fully contained within the defined region.
inherited
matchCashtag(String value) LogicalChannel
Matches any Tweet that contains the specified ‘cashtag’ (where the leading character of the token is the ‘$’ character).
inherited
matchContext(String value) LogicalChannel
Matches Tweets with a specific domain id and/or domain id, entity id pair where * represents a wildcard.
inherited
matchConversation(String tweetId) LogicalChannel
Matches Tweets that share a common conversation ID. A conversation ID is set to the Tweet ID of a Tweet that started a conversation.
inherited
matchCountry(Country country) LogicalChannel
Matches Tweets where the country code associated with a tagged place/location matches the given ISO alpha-2 character code.
inherited
matchEntity(String value) LogicalChannel
Matches Tweets with a specific entity string value.
inherited
matchFollowersCount(Range range) LogicalChannel
Matches Tweets when the author has a followers count within the given range.
inherited
matchFollowingCount(Range range) LogicalChannel
Matches Tweets when the author has a friends count (the number of users they follow) that falls within the given range.
inherited
matchHashtag(String value) LogicalChannel
Matches any Tweet containing a recognized hashtag, if the hashtag is a recognized entity in a Tweet.
inherited
matchKeyword(String value) LogicalChannel
Matches a keyword within the body of a Tweet.
inherited
matchLanguage(Language language) LogicalChannel
Matches Tweets that have been classified by Twitter as being of a particular language (if, and only if, the tweet has been classified).
inherited
matchListedCount(Range range) LogicalChannel
Matches Tweets when the author is included in the specified number of Lists.
inherited
matchPlace(String value) LogicalChannel
Matches Tweets tagged with the specified location or Twitter place ID.
inherited
matchPointRadiusInKilometers({required double longitude, required double latitude, required double radius}) LogicalChannel
Matches against the place.geo.coordinates object of the Tweet when present, and in Twitter, against a place geo polygon, where the Place polygon is fully contained within the defined region.
inherited
matchPointRadiusInMiles({required double longitude, required double latitude, required double radius}) LogicalChannel
Matches against the place.geo.coordinates object of the Tweet when present, and in Twitter, against a place geo polygon, where the Place polygon is fully contained within the defined region.
inherited
matchQuote() LogicalChannel
Returns all Quote Tweets, also known as Tweets with comments.
inherited
matchRepliesTo(String tweetId) LogicalChannel
Deliver only explicit Replies to the specified Tweet.
inherited
matchReply() LogicalChannel
Deliver only explicit replies that match a rule.
inherited
matchRetweet() LogicalChannel
Matches on Retweets that match the rest of the specified rule.
inherited
matchRetweetedBy(String user) LogicalChannel
Matches Tweets that are Retweets of the specified user.
inherited
matchRetweetOf(String tweetId) LogicalChannel
Deliver only explicit (or native) Retweets of the specified Tweet.
inherited
matchSource(String value) LogicalChannel
Matches any Tweet generated by the given source application.
inherited
matchTweetContainsCashtags() LogicalChannel
Matches Tweets that contain a cashtag symbol (with a leading ‘$’ character. For example, $tag).
inherited
matchTweetContainsGeo() LogicalChannel
Matches Tweets that have Tweet-specific geo location data provided by the Twitter user.
inherited
matchTweetContainsHashtags() LogicalChannel
Matches Tweets that contain at least one hashtag.
inherited
matchTweetContainsImages() LogicalChannel
Matches Tweets that contain a recognized URL to an image.
inherited
This operator matches Tweets which contain links and media in the Tweet body.
inherited
matchTweetContainsMedia() LogicalChannel
Matches Tweets that contain a media object, such as a photo, GIF, or video, as determined by Twitter.
inherited
matchTweetContainsMentions() LogicalChannel
Matches Tweets that mention another Twitter user.
inherited
Matches Tweets that contain native Twitter videos, uploaded directly to Twitter.
inherited
matchTweetFrom(String user) LogicalChannel
Matches any Tweet from a specific user.
inherited
matchTweetsCount(Range range) LogicalChannel
Matches Tweets when the author has posted a number of Tweets that falls within the given range.
inherited
matchTweetTo(String user) LogicalChannel
Matches any Tweet that is in reply to a particular user.
inherited
matchUrl(String value) LogicalChannel
Performs a tokenized match on any validly-formatted URL of a Tweet.
inherited
matchUrlDescription(String value) LogicalChannel
Performs a keyword/phrase match on the expanded page description metadata.
inherited
matchUrlPartially(String value) LogicalChannel
Matches Tweets with URLs that literally contain the given phrase or keyword.
inherited
matchUrlTitle(String value) LogicalChannel
Performs a keyword/phrase match on the expanded URL HTML title metadata.
inherited
matchUserBio(String value) LogicalChannel
Matches a keyword or phrase within the Tweet publisher's bio.
inherited
matchUserBioLocation(String value) LogicalChannel
Matches Tweets that are published by users whose location contains the specified keyword or phrase. This operator performs a tokenized match, similar to the normal keyword rules on the message body.
inherited
matchUserBioName(String value) LogicalChannel
Matches a keyword within the Tweet publisher's user bio name.
inherited
matchUsername(String username) LogicalChannel
Matches any Tweet that mentions the given username, if the username is a recognized entity.
inherited
matchVerifiedUser() LogicalChannel
Deliver only Tweets whose authors are verified by Twitter.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notMatchBoundingBox({required double westLongitude, required double southLatitude, required double eastLongitude, required double northLatitude}) LogicalChannel
The negated representation of matchBoundingBox.
inherited
notMatchCashtag(String value) LogicalChannel
The negated representation of matchCashtag.
inherited
notMatchContext(String value) LogicalChannel
The negated representation of matchEntity.
inherited
notMatchConversation(String tweetId) LogicalChannel
The negated representation of matchConversation.
inherited
notMatchCountry(Country country) LogicalChannel
The negated representation of matchCountry.
inherited
notMatchEntity(String value) LogicalChannel
The negated representation of matchEntity.
inherited
notMatchFollowersCount(Range range) LogicalChannel
The negated representation of matchFollowersCount.
inherited
notMatchFollowingCount(Range range) LogicalChannel
The negated representation of matchFollowingCount.
inherited
notMatchHashtag(String value) LogicalChannel
The negated representation of matchHashtag.
inherited
notMatchKeyword(String value) LogicalChannel
The negated representation of matchKeyword.
inherited
notMatchLanguage(Language language) LogicalChannel
The negated representation of matchLanguage.
inherited
notMatchListedCount(Range range) LogicalChannel
The negated representation of matchListedCount.
inherited
notMatchNullcastTweet() LogicalChannel
Removes Tweets created for promotion only on ads.twitter.com that have a "source":"Twitter for Advertisers (legacy)" or "source":"Twitter for Advertisers".
inherited
notMatchPlace(String value) LogicalChannel
The negated representation of matchPlace.
inherited
notMatchPointRadiusInKilometers({required double longitude, required double latitude, required double radius}) LogicalChannel
The negated representation of matchPointRadiusInKilometers.
inherited
notMatchPointRadiusInMiles({required double longitude, required double latitude, required double radius}) LogicalChannel
The negated representation of matchPointRadiusInMiles.
inherited
notMatchQuote() LogicalChannel
The negated representation of matchQuote.
inherited
notMatchRepliesTo(String tweetId) LogicalChannel
The negated representation of matchRepliesTo.
inherited
notMatchReply() LogicalChannel
The negated representation of matchReply.
inherited
notMatchRetweet() LogicalChannel
The negated representation of matchRetweet.
inherited
notMatchRetweetedBy(String user) LogicalChannel
The negated representation of matchRetweetedBy.
inherited
notMatchRetweetOf(String tweetId) LogicalChannel
The negated representation of matchRetweetOf.
inherited
notMatchSource(String value) LogicalChannel
The negated representation of matchSource.
inherited
notMatchTweetContainsCashtags() LogicalChannel
The negated representation of matchTweetContainsCashtags.
inherited
notMatchTweetContainsGeo() LogicalChannel
The negated representation of matchTweetContainsGeo.
inherited
notMatchTweetContainsHashtags() LogicalChannel
The negated representation of matchTweetContainsHashtags.
inherited
notMatchTweetContainsImages() LogicalChannel
The negated representation of matchTweetContainsImages.
inherited
The negated representation of matchTweetContainsLinks.
inherited
notMatchTweetContainsMedia() LogicalChannel
The negated representation of matchTweetContainsMedia.
inherited
notMatchTweetContainsMentions() LogicalChannel
The negated representation of matchTweetContainsMentions.
inherited
The negated representation of matchTweetContainsVideoLink.
inherited
notMatchTweetFrom(String user) LogicalChannel
The negated representation of matchTweetFrom.
inherited
notMatchTweetsCount(Range range) LogicalChannel
The negated representation of matchTweetsCount.
inherited
notMatchTweetTo(String user) LogicalChannel
The negated representation of matchTweetTo.
inherited
notMatchUrl(String value) LogicalChannel
The negated representation of matchUrl.
inherited
notMatchUrlDescription(String value) LogicalChannel
The negated representation of matchUrlDescription.
inherited
notMatchUrlPartially(String value) LogicalChannel
The negated representation of matchUrlPartially.
inherited
notMatchUrlTitle(String value) LogicalChannel
The negated representation of matchUrlTitle.
inherited
notMatchUserBio(String value) LogicalChannel
The negated representation of matchUserBio.
inherited
notMatchUserBioLocation(String value) LogicalChannel
The negated representation of matchUserBioLocation.
inherited
notMatchUserBioName(String value) LogicalChannel
The negated representation of matchUserBioName.
inherited
notMatchUsername(String username) LogicalChannel
The negated representation of matchUsername.
inherited
notMatchVerifiedUser() LogicalChannel
The negated representation of matchVerifiedUser.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited