| Package | Description |
|---|---|
| com.geotab.api | |
| com.geotab.http.invoker |
| Modifier and Type | Method and Description |
|---|---|
static <P extends AuthenticatedParameters,R> |
Api.method(String name,
Class<? super R> result,
Class<?>... parameterClasses) |
| Modifier and Type | Method and Description |
|---|---|
<P extends AuthenticatedParameters,R> |
Api.callMethod(Api.MethodDescriptor<P,R> method,
P in)
Makes a web method call.
|
<P extends AuthenticatedParameters,R> |
Api.MultiCallBuilder.callMethod(Api.MethodDescriptor<P,R> method,
P in)
Makes a web method call.
|
<P extends AuthenticatedParameters,R> |
GeotabApi.callMethod(Api.MethodDescriptor<P,R> method,
P params) |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
ServerInvoker.invoke(BaseRequest<?> in,
Api.MethodDescriptor<?,T> method) |
Copyright © 2023. All rights reserved.