ApexClientBuilder class

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

addRequestConverter(RequestConverter converter) ApexClientBuilder
Use this method to add request converters to ApexClient
addRequestMiddleware(Middleware<RowRequest> middleware) ApexClientBuilder
Use this method to add request middlewares to ApexClient
addResponseConverter(ResponseConverter converter) ApexClientBuilder
Use this method to add response converters to ApexClient
addResponseMiddleware(Middleware<RowResponse> middleware) ApexClientBuilder
Use this method to add response middlewares to ApexClient
build() ApexClient
Call this method at the end of the ApexClient configuration to get the ApexClient's instance.
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