| Package | Description |
|---|---|
| com.geotab.api | |
| com.geotab.http.exception | |
| com.geotab.http.invoker | |
| com.geotab.http.response |
| Modifier and Type | Method and Description |
|---|---|
<O extends BaseResponse<T>,T> |
Api.call(AuthenticatedRequest<?> in,
Class<O> outT)
Deprecated.
use
Api.callResult(com.geotab.http.request.AuthenticatedRequest<?>, java.lang.Class<T>) instead and specify the result type instead of the response type. |
<O extends BaseResponse<T>,T> |
Api.MultiCallBuilder.call(AuthenticatedRequest<?> in,
Class<O> outT)
Deprecated.
use
Api.MultiCallBuilder.callResult(com.geotab.http.request.AuthenticatedRequest<?>, java.lang.Class<T>) instead and specify the result type instead of the response type. |
<O extends BaseResponse<T>,T> |
GeotabApi.call(AuthenticatedRequest<?> in,
Class<O> outT) |
<O extends BaseResponse<T>,T> |
Api.multiCall(MultiCallRequest in,
Class<O> outT)
Deprecated.
use {
Api.buildMultiCall()} instead. |
<O extends BaseResponse<T>,T> |
GeotabApi.multiCall(MultiCallRequest in,
Class<O> outT) |
| Modifier and Type | Method and Description |
|---|---|
static <R extends BaseResponse<?>> |
ErrorHandler.checkForError(String method,
R response)
Checks if an error returned from MyGeotab.
|
| Modifier and Type | Method and Description |
|---|---|
<O extends BaseResponse<T>,T> |
ServerInvoker.invoke(BaseRequest<?> in,
Class<O> outT) |
<O extends BaseResponse<T>,T> |
ServerInvoker.invokeUnsafe(BaseRequest<?> in,
com.fasterxml.jackson.databind.JavaType outT) |
Copyright © 2023. All rights reserved.