LCSearchQuery<T extends LCObject> class

Constructors

LCSearchQuery(String className)

Properties

className String
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

Methods

addAscendingOrder(String key) LCSearchQuery<T>
addDescendingOrder(String key) LCSearchQuery<T>
find() Future<LCSearchResponse<T>>
highlights(List<String> highlights) LCSearchQuery<T>
include(List<String> keys) LCSearchQuery<T>
limit(int amount) LCSearchQuery<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderByAscending(String key) LCSearchQuery<T>
orderByDescending(String key) LCSearchQuery<T>
queryString(String q) LCSearchQuery<T>
sid(String sid) LCSearchQuery<T>
skip(int amount) LCSearchQuery<T>
sortBy(LCSearchSortBuilder builder) LCSearchQuery<T>
toString() String
A string representation of this object.
inherited

Operators

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