CreateSessionQuery class

Inheritance

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
inherited
getTokenExpirationDateFromResponse(RestResponse response) DateTime?
inherited
handelError(Object error) → dynamic
inherited
handleResponse(RestResponse response) → dynamic
override
isSessionRequired() bool
override
isUserRequired() bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
perform() Future<CubeSession>
inherited
prepareSessionIfNeed() Future<CubeSession?>
inherited
processResult(String response) CubeSession
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
inherited
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