CollectionQuery<T> class

Inheritance

Constructors

CollectionQuery({CollectionQueryOptions options = const CollectionQueryOptions(), required String baseUrl, required String path, String? cookie, String? bearer})

Properties

baseUrl String
finalinherited
bearer String?
finalinherited
finalinherited
hashCode int
The hash code for this object.
no setterinherited
headers JSON
no setterinherited
options QueryOptions
finalinherited
path String
Full path will be: $baseUrl/$path
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

count() CollectionQuery<T>
expand(ExpandQueryField expandQueryField) CollectionQuery<T>
override
fetch() Future<ODataCollectionResponse<T>?>
override
filter(String expression) CollectionQuery<T>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
orderby(OrderyByField orderyByField) CollectionQuery<T>
queries() JSON
override
select(String fields) CollectionQuery<T>
Please pass in comma seperated field names
override
selectAll() CollectionQuery<T>
override
selectList(Iterable<String> fields) CollectionQuery<T>
override
skip(int i) CollectionQuery<T>
skipAndTop({required int skip, required int top}) CollectionQuery<T>
top(int i) CollectionQuery<T>
toString() String
A string representation of this object.
inherited

Operators

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