EntryChannel class

Constructors

EntryChannel(FilteringRuleGroup buffer)
Returns the new instance of EntryChannel.
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
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
matchRepliesTo(String tweetId) LogicalChannel
Deliver only explicit Replies to the specified Tweet.
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
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
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
notMatchListedCount(Range range) LogicalChannel
The negated representation of matchListedCount.
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
notMatchRepliesTo(String tweetId) LogicalChannel
The negated representation of matchRepliesTo.
inherited
notMatchRetweetedBy(String user) LogicalChannel
The negated representation of matchRetweetedBy.
inherited
notMatchRetweetOf(String tweetId) LogicalChannel
The negated representation of matchRetweetOf.
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
toString() String
A string representation of this object.
inherited

Operators

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