public abstract class BaseController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,io.apimatic.core.ErrorCase<ApiException>> |
GLOBAL_ERROR_CASES |
| Modifier | Constructor and Description |
|---|---|
protected |
BaseController(io.apimatic.core.GlobalConfiguration globalConfig) |
| Modifier and Type | Method and Description |
|---|---|
io.apimatic.coreinterfaces.http.HttpClient |
getClientInstance()
Shared instance of the Http client.
|
protected io.apimatic.core.GlobalConfiguration |
getGlobalConfiguration()
Instance of the Global Configuration
|
HttpCallback |
getHttpCallback()
Get httpCallback associated with this controller.
|
protected static final Map<String,io.apimatic.core.ErrorCase<ApiException>> GLOBAL_ERROR_CASES
protected BaseController(io.apimatic.core.GlobalConfiguration globalConfig)
public HttpCallback getHttpCallback()
public io.apimatic.coreinterfaces.http.HttpClient getClientInstance()
protected io.apimatic.core.GlobalConfiguration getGlobalConfiguration()
Copyright © 2025. All rights reserved.