| Package | Description |
|---|---|
| com.geotab.api | |
| com.geotab.http.invoker | |
| com.geotab.http.request |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<List<T>> |
Api.uniformMultiCall(List<? extends BaseRequest<?>> calls,
Class<T> outT)
Deprecated.
use {
Api.buildMultiCall()} instead. |
<T> Optional<List<T>> |
GeotabApi.uniformMultiCall(List<? extends BaseRequest<?>> calls,
Class<T> outT) |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ServerInvoker.invoke(BaseRequest<?> in,
Api.MethodDescriptor<?,T> method) |
<O extends BaseResponse<T>,T> |
ServerInvoker.invoke(BaseRequest<?> in,
Class<O> outT) |
Optional<com.fasterxml.jackson.databind.JsonNode> |
ServerInvoker.invokeJson(BaseRequest<?> in)
Note that this is a bit slower than previous invokes because it creates an intermediary JSON tree.
|
<O extends BaseResponse<T>,T> |
ServerInvoker.invokeUnsafe(BaseRequest<?> in,
com.fasterxml.jackson.databind.JavaType outT) |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticatedRequest<T extends AuthenticatedParameters> |
class |
MultiCallRequest |
Copyright © 2023. All rights reserved.