DiscussionFilter class

Inheritance

Constructors

DiscussionFilter()

Properties

appUserId IdFilter
final
code StringFilter
final
createdAt DateFilter
final
dateId IdFilter
final
fields List<FilterField>
A list of filter fields to be applied to the data set.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
id IdFilter
final
latitude DoubleFilter
final
longitude DoubleFilter
final
orderBy String?
Field name to order by.
getter/setter pairinherited
orderType String?
Order orientation.
getter/setter pairinherited
questionnaireId IdFilter
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Search field.
getter/setter pairinherited
siteId IdFilter
final
skip int
Number of entities to skip.
getter/setter pairinherited
take int
Number of entities to take in a request.
getter/setter pairinherited
tenantId IdFilter
final
timeUnitId IdFilter
final
updatedAt DateFilter
final
viewCode String?
Document view code.
getter/setter pairinherited
year IntFilter
final

Methods

fromJson(dynamic json) → void
Populates this filter from a JSON-compatible map.
inherited
nextPage() int
Calculates the next page to be fetched based on the current skip and take values.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this filter to a JSON-compatible map.
inherited
toString() String
Converts this filter to a JSON string.
inherited

Operators

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