GetMessageQuery class

Inheritance

Constructors

GetMessageQuery(String dialogId, [Map<String, dynamic>? params])

Properties

dialogId String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
params Map<String, dynamic>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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