| Package | Description |
|---|---|
| com.geotab.api | |
| com.geotab.http.request.param | |
| com.geotab.model.search |
| Modifier and Type | Class and Description |
|---|---|
static class |
Api.EntityDescriptor<E extends Entity,S extends Search> |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Entity,S extends Search> |
Api.callGet(Api.EntityDescriptor<E,S> type,
S search)
Makes a type-safe Get call.
|
default <E extends Entity,S extends Search> |
Api.MultiCallBuilder.callGet(Api.EntityDescriptor<E,S> type,
S search)
Makes a type-safe Get call.
|
default <E extends Entity,S extends Search> |
Api.callGet(Api.EntityDescriptor<E,S> type,
S search,
@Nullable Integer resultLimit)
Makes a type-safe Get call.
|
default <E extends Entity,S extends Search> |
Api.MultiCallBuilder.callGet(Api.EntityDescriptor<E,S> type,
S search,
@Nullable Integer resultLimit)
Makes a type-safe Get call.
|
default <E extends Entity,S extends Search> |
Api.callGetCountOf(Api.EntityDescriptor<E,S> type,
S search)
Makes a type-safe GetCountOf call.
|
default <E extends Entity,S extends Search> |
Api.MultiCallBuilder.callGetCountOf(Api.EntityDescriptor<E,S> type,
S search)
Makes a type-safe GetCountOf API call.
|
default <E extends Entity,S extends Search> |
Api.callGetFeed(Api.EntityDescriptor<E,S> type,
S search,
@Nullable String fromVersion,
@Nullable Integer resultLimit)
Makes a type-safe GetFeed call.
|
default <E extends Entity,S extends Search> |
Api.MultiCallBuilder.callGetFeed(Api.EntityDescriptor<E,S> type,
S search,
@Nullable String fromVersion,
@Nullable Integer resultLimit)
Makes a GetFeed call.
|
default <E extends Entity,S extends Search> |
Api.callRemove(Api.EntityDescriptor<E,S> type,
E entity)
Makes a type-safe Remove call.
|
default <E extends Entity,S extends Search> |
Api.MultiCallBuilder.callRemove(Api.EntityDescriptor<E,S> type,
E entity)
Makes a type-safe Remove call.
|
static <E extends Entity,S extends Search> |
Api.entity(Class<E> type) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityParameters<T extends Search>
Used for Add, Set, Remove request methods, where the targeted entity needs to be provided.
|
class |
GetFeedParameters<T extends Search>
This is the primary method used to sync data from the MyGeotab system for example all the GPS positions.
|
class |
SearchParameters<T extends Search> |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationLogSearch
The object used to specify the arguments when searching for
AnnotationLog(s). |
class |
AuditSearch
The object used to specify the arguments when searching for
Audit(s). |
class |
ControllerSearch
The object used to specify the arguments when searching for a
Controller. |
class |
CustomDataSearch
The object used to specify the arguments when searching for
CustomData(s). |
class |
CustomPropertySearch
The search criteria for entities that support custom properties.
|
class |
DebugDataSearch
The object used to specify the arguments when searching for
DebugData(s). |
class |
DeviceSearch |
class |
DeviceStatusInfoSearch
Used to specify the arguments when searching for
DeviceStatusInfo(s). |
class |
DiagnosticSearch
The object used to specify the arguments when searching for
Diagnostics. |
class |
DistributionListSearch
Used to specify the arguments when searching for
DistributionLists. |
class |
DriverChangeSearch
The object used to specify the arguments when searching for
DriverChange. |
class |
DutyStatusAvailabilitySearch
The object used to specify the arguments when searching for
DutyStatusAvailability. |
class |
DutyStatusLogSearch
The object used to specify the arguments when searching for
DutyStatusLog(s). |
class |
DutyStatusViolationSearch
The object used to specify the arguments when searching for
DutyStatusViolation(s). |
class |
DVIRLogSearch
The object used to specify the arguments when searching for
DVIRLog(s). |
class |
ExceptionEventSearch
The object used to specify the arguments when searching for
ExceptionEvent. |
class |
FaultDataSearch
The object used to specify the arguments when searching for a
FaultData. |
class |
FuelTaxDetailSearch
The object used to specify the arguments when searching for
FuelTaxDetail elements. |
class |
FuelTransactionSearch
The criteria used when searching for a
FuelTransaction. |
class |
FuelUsedSearch
The object used to specify the arguments when searching for
FuelUsed elements. |
class |
GroupSearch |
class |
IdSearch |
class |
IoxAddOnSearch
The object used to specify the arguments when searching for
IoxAddOn(s). |
class |
LogRecordSearch
The object used to specify the arguments when searching for
LogRecord. |
class |
MediaFileSearch
The object used to specify the arguments when searching for
DVIRLog(s). |
class |
PropertySearch
The search criteria for
Property. |
class |
PropertySetSearch
The search criteria for
PropertySet. |
class |
RecipientSearch
The object used to specify the arguments when searching for
Recipient(s). |
class |
ReportTemplateSearch
The object used to specify the arguments when searching for
ReportTemplate(s). |
class |
RouteSearch
The object used to specify the arguments when searching for
Route(s). |
class |
RuleSearch
The object used to specify the arguments when searching for a
Rule. |
class |
ShipmentLogSearch
The object used to specify the arguments when searching for
ShipmentLog(s). |
class |
StatusDataSearch
The object used to specify the arguments when searching for
StatusData. |
class |
TextMessageSearch
The object used to specify the arguments when searching for a
TextMessage. |
class |
TrailerAttachmentSearch
The object used to specify the arguments when searching for
TrailerAttachment(s). |
class |
TrailerSearch
The object used to specify the arguments when searching for
Trailer(s). |
class |
TripSearch
The object used to specify the arguments when searching for
Trip(s). |
class |
UserSearch
|
class |
WifiHotspotSearch
The object used to specify the arguments when searching for a
WifiHotspot. |
class |
WorkHolidaySearch
The object used to specify the arguments when searching for a
WorkHoliday. |
class |
WorkTimeSearch |
class |
ZoneSearch
The object used to specify the arguments when searching for
Zone(s). |
Copyright © 2023. All rights reserved.