MetaGetBuilder class

Constructors

MetaGetBuilder(Topic parent)

Properties

contact TopicSubscription?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topic Topic
getter/setter pair
what Map<String, dynamic>
getter/setter pair

Methods

build() GetQuery
Construct parameters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withCred() MetaGetBuilder
Add query parameters to fetch user's credentials. 'me' topic only
withData(int? since, int? before, int? limit) MetaGetBuilder
Add query parameters to fetch messages within explicit limits
withDel(int? since, int? limit) MetaGetBuilder
Add query parameters to fetch deleted messages within explicit limits. Any/all parameters can be null
withDesc(DateTime? ims) MetaGetBuilder
Add query parameters to fetch topic description if it's newer than the given timestamp
withEarlierData(int limit) MetaGetBuilder
Add query parameters to fetch messages older than the earliest saved message
withLaterData(int? limit) MetaGetBuilder
Add query parameters to fetch messages newer than the latest saved message
withLaterDel(int limit) MetaGetBuilder
Add query parameters to fetch messages deleted after the saved 'del' id
withLaterDesc() MetaGetBuilder
Add query parameters to fetch topic description if it's newer than the last update
withLaterOneSub(String? userOrTopic) MetaGetBuilder
Add query parameters to fetch a single subscription if it's been updated since the last update
withLaterSub(int? limit) MetaGetBuilder
Add query parameters to fetch subscriptions updated since the last update
withOneSub(DateTime? ims, String? userOrTopic) MetaGetBuilder
Add query parameters to fetch a single subscription
withSub(DateTime? ims, int? limit, String? userOrTopic) MetaGetBuilder
Add query parameters to fetch subscriptions
withTags() MetaGetBuilder
Add query parameters to fetch topic tags

Operators

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