Query<T> class
- Inheritance
- Implementers
Constructors
Properties
- baseUrl → String
-
finalinherited
- bearer → String?
-
final
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headers → JSON
-
no setter
-
options
→ QueryOptions<
T> -
final
- path → String
-
Full path will be:
$baseUrl/$path
finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
expand(
ExpandQueryField expandQueryField) → Query< T> -
fetch(
) → Future< ODataResponse< T> ?> -
override
-
filter(
String expression) → Query< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queries(
) → JSON -
select(
String fields) → Query< T> - Please pass in comma seperated field names
-
selectAll(
) → Query< T> -
selectList(
Iterable< String> fields) → Query<T> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited