DynCallHttpExecutorFactory_builder<E, O> class

The Builder returned by Factory call(...) method.

Constructors

DynCallHttpExecutorFactory_builder(DynCallHttpExecutorFactory factory, DynCall<E, O> call)
This constructor shouldn't be used. Use the Factory method call(...).

Properties

call DynCall<E, O>
The call to define the executor.
final
factory DynCallHttpExecutorFactory
The HTTP Executor factory.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

authorizationExecutor(DynCallCredentialParser<E> credentialParser, HttpMethod method, {String? path, String? fullPath, Map<String, String>? parametersMap, Map<String, String>? parametersStatic, Map<String, ParameterProvider>? parametersProviders, dynamic noQueryString = false, Credential? authorization, List<String>? authorizationFields, Object? body, Object? bodyBuilder, String? bodyType, E? errorResponse, int errorMaxRetries = 3, HTTPOutputValidator? outputValidator, HTTPOutputFilter? outputFilter, HTTPJSONOutputFilter? jsonOutputFilter, String? outputFilterPattern}) DynCallExecutor<E>
Configure and define the call executor, using an Authorization request. See DynCallHttpExecutor fields documentation.
executor(HttpMethod method, {String? path, String? fullPath, Map<String, String>? parametersMap, Map<String, String>? parametersStatic, Map<String, ParameterProvider>? parametersProviders, String? queryString, dynamic noQueryString = false, Credential? authorization, List<String>? authorizationFields, Object? body, Object? bodyBuilder, String? bodyType, E? errorResponse, int errorMaxRetries = 3, HTTPOutputValidator? outputValidator, HTTPOutputFilter? outputFilter, HTTPJSONOutputFilter? jsonOutputFilter, String? outputFilterPattern}) DynCallExecutor<E>
Configure and define the call executor. See DynCallHttpExecutor fields documentation.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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