| Package | Description |
|---|---|
| io.apimatic.core |
| Modifier and Type | Method and Description |
|---|---|
GlobalConfiguration |
GlobalConfiguration.Builder.build()
Builds a new
GlobalConfiguration object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
io.apimatic.coreinterfaces.http.request.Request |
HttpRequest.Builder.build(GlobalConfiguration coreConfig)
Initialise the CoreHttpRequest.
|
ApiCall.Builder<ResponseType,ExceptionType> |
ApiCall.Builder.globalConfig(GlobalConfiguration globalConfig) |
ResponseType |
ResponseHandler.handle(io.apimatic.coreinterfaces.http.request.Request httpRequest,
io.apimatic.coreinterfaces.http.response.Response httpResponse,
GlobalConfiguration globalConfiguration,
io.apimatic.coreinterfaces.http.request.configuration.CoreEndpointConfiguration endpointConfiguration)
Processes an HttpResponse and returns some value corresponding to that response.
|
Copyright © 2023. All rights reserved.