Query<T> class abstract

Implementers

Constructors

Query()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildQueryUrl(List specificParts) String
getTokenExpirationDateFromResponse(RestResponse response) DateTime?
handelError(Object error) → dynamic
handleResponse(RestResponse response) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
perform() Future<T>
processResult(String responseBody) → T
putValue(Map<String?, dynamic> parametersMap, String key, dynamic value) → void
setBody(RestRequest request) → void
setHeaders(RestRequest request) → void
setMethod(RestRequest request) → void
setParams(RestRequest request) → void
setupRequest(RestRequest request) → void
setUrl(RestRequest request) → void
toString() String
A string representation of this object.
inherited
updateTokenExpirationDate(RestResponse response) → void

Operators

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