| Field and Description |
|---|
| com.geotab.api.Api.Add |
| com.geotab.api.Api.Get |
| com.geotab.api.Api.GetCountOf |
| com.geotab.api.Api.GetFeed |
| com.geotab.api.Api.Remove |
| com.geotab.api.Api.Set |
| Method and Description |
|---|
| com.geotab.api.Api.call(AuthenticatedRequest<?>, Class<O>)
use
Api.callResult(com.geotab.http.request.AuthenticatedRequest<?>, java.lang.Class<T>) instead and specify the result type instead of the response type. |
| com.geotab.api.Api.MultiCallBuilder.call(AuthenticatedRequest<?>, Class<O>)
use
Api.MultiCallBuilder.callResult(com.geotab.http.request.AuthenticatedRequest<?>, java.lang.Class<T>) instead and specify the result type instead of the response type. |
| com.geotab.api.Api.multiCall(MultiCallRequest, Class<O>)
use {
Api.buildMultiCall()} instead. |
| com.geotab.api.Api.uniformMultiCall(List<? extends BaseRequest<?>>, Class<T>)
use {
Api.buildMultiCall()} instead. |
Copyright © 2023. All rights reserved.