Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X Z 

A

A1 - Class in com.geotab.model.entity.device
 
A1() - Constructor for class com.geotab.model.entity.device.A1
 
A1 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
A1_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for aptiv A1 devices.
A1_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for A1 devices.
accelerationWarningThreshold - Variable in class com.geotab.model.entity.device.GoCurve
The acceleration warning accelerometer threshold (y axis) value for the vehicle.
accelerometerThresholdWarningFactor - Variable in class com.geotab.model.entity.device.GoCurve
The accelerometer threshold warning factor value for this vehicle.
acceptedEULA - Variable in class com.geotab.model.entity.user.User
A value indicating the user accepted EULA revision number.
activeDashboardReports - Variable in class com.geotab.model.entity.user.User
The active dashboard reports.
activeFrom - Variable in class com.geotab.model.entity.device.Device
The date the device is active from.
activeFrom - Variable in class com.geotab.model.entity.user.User
The date the user is active from.
activeTo - Variable in class com.geotab.model.entity.device.Device
The date that the device is active to.
activeTo - Variable in class com.geotab.model.entity.user.User
The date the user is active to.
Add - Static variable in interface com.geotab.api.Api
addAuxiliaryDefaults(DigitalAuxiliariesAware) - Static method in class com.geotab.util.DeviceDefaultsUtil
Adds the auxiliary defaults.
addCustomVehicleDeviceDefaults(CustomVehicleDevice) - Static method in class com.geotab.util.DeviceDefaultsUtil
Adds the custom vehicle device defaults.
addEngineHoursAdjustmentProviderDefaults(EngineHoursAdjustmentProviderAware) - Static method in class com.geotab.util.DeviceDefaultsUtil
Adds the odometer adjustment provider defaults.
addExtraProperty(String, Object) - Method in class com.geotab.model.entity.Entity
Experimental feature to set extra properties in entity models.
addGoCurveDefaults(GoCurve) - Static method in class com.geotab.util.DeviceDefaultsUtil
Applies the defaults for the GoCurve device.
addGoDeviceDefaults(GoDevice) - Static method in class com.geotab.util.DeviceDefaultsUtil
Applies the defaults for the GoDevice device.
addGoLegacyDefaults(GoLegacy) - Static method in class com.geotab.util.DeviceDefaultsUtil
Adds the go legacy defaults.
addLicensableDefaults(LicensableAware) - Static method in class com.geotab.util.DeviceDefaultsUtil
Adds the license defaults.
addOdometerAdjustmentProviderDefaults(OdometerAdjustmentProviderAware) - Static method in class com.geotab.util.DeviceDefaultsUtil
Adds the odometer adjustment provider defaults.
addresses - Variable in class com.geotab.http.request.param.GetCoordinatesParameters
 
AddressLookupData - Class in com.geotab.model.address
The address data looked up on the server.
AddressLookupData() - Constructor for class com.geotab.model.address.AddressLookupData
 
addRfChannelDefaults(RfChannelsAware) - Static method in class com.geotab.util.DeviceDefaultsUtil
Adds the RF channel defaults.
addVehicleIdentificationNumberDefaults(VehicleIdentificationNumberAware) - Static method in class com.geotab.util.DeviceDefaultsUtil
Add the defaults to VIN.
AnnotationLog - Class in com.geotab.model.entity.dutystatus
An AnnotationLog is a comment that can be associated with aDutyStatusLog.
AnnotationLog() - Constructor for class com.geotab.model.entity.dutystatus.AnnotationLog
 
AnnotationLogEntity - Static variable in interface com.geotab.api.DataStore
 
AnnotationLogListResponse - Class in com.geotab.http.response
Deprecated.
AnnotationLogListResponse() - Constructor for class com.geotab.http.response.AnnotationLogListResponse
Deprecated.
 
AnnotationLogSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for AnnotationLog(s).
AnnotationLogSearch(String, LocalDateTime, LocalDateTime, UserSearch, String) - Constructor for class com.geotab.model.search.AnnotationLogSearch
 
Api - Interface in com.geotab.api
Used to make API calls against a MyGeotab web server.
Api.EntityDescriptor<E extends Entity,S extends Search> - Class in com.geotab.api
 
Api.MethodDescriptor<P extends AuthenticatedParameters,R> - Class in com.geotab.api
 
Api.MultiCallBuilder - Interface in com.geotab.api
 
ApiCustomDeserializerModifier - Class in com.geotab.model.serialization
 
ApiCustomDeserializerModifier() - Constructor for class com.geotab.model.serialization.ApiCustomDeserializerModifier
 
ApiCustomSerializerModifier - Class in com.geotab.model.serialization
 
ApiCustomSerializerModifier() - Constructor for class com.geotab.model.serialization.ApiCustomSerializerModifier
 
ApiJsonSerializer - Class in com.geotab.model.serialization
Json serializer singleton which configures and keeps a single reference of the ObjectMapper to be used by the GeotabApi.
ApplicationVersionInformation - Class in com.geotab.model
 
ApplicationVersionInformation() - Constructor for class com.geotab.model.ApplicationVersionInformation
 
apply(T, Consumer<T>) - Static method in class com.geotab.util.DeviceDefaultsUtil
 
apply(T) - Method in interface com.geotab.util.Util.FailableFunction
 
asMap() - Method in class com.geotab.model.Dictionary
 
AUDIO_ALARM_FILE - Static variable in class com.geotab.model.entity.notification.NotificationBinaryFile
 
Audit - Class in com.geotab.model.entity.audit
Entry of events, operations and issues for tracking purposes.
Audit() - Constructor for class com.geotab.model.entity.audit.Audit
 
AuditEntity - Static variable in interface com.geotab.api.DataStore
 
AuditListResponse - Class in com.geotab.http.response
Deprecated.
AuditListResponse() - Constructor for class com.geotab.http.response.AuditListResponse
Deprecated.
 
AuditSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for Audit(s).
AuditSearch(String, LocalDateTime, LocalDateTime, String, String, List<String>) - Constructor for class com.geotab.model.search.AuditSearch
 
auth - Variable in class com.geotab.api.GeotabApi
 
authenticate() - Method in interface com.geotab.api.Api
Authenticates a user and provides a LoginResult if successful.
authenticate() - Method in class com.geotab.api.GeotabApi
 
Authenticate - Static variable in interface com.geotab.api.WebMethods
 
AuthenticatedParameters - Class in com.geotab.http.request.param
 
AuthenticatedParameters() - Constructor for class com.geotab.http.request.param.AuthenticatedParameters
 
AuthenticatedRequest<T extends AuthenticatedParameters> - Class in com.geotab.http.request
 
AuthenticatedRequest() - Constructor for class com.geotab.http.request.AuthenticatedRequest
 
AuthenticateParameters - Class in com.geotab.http.request.param
 
AuthenticateParameters() - Constructor for class com.geotab.http.request.param.AuthenticateParameters
 
AuthenticateResponse - Class in com.geotab.http.response
Deprecated.
AuthenticateResponse() - Constructor for class com.geotab.http.response.AuthenticateResponse
Deprecated.
 
authorityAddress - Variable in class com.geotab.model.entity.user.User
The HOS authority address of the user.
authorityName - Variable in class com.geotab.model.entity.user.User
The HOS authority name of the user.
autoGroups - Variable in class com.geotab.model.entity.device.GoDevice
Gets or sets the messaging status Group(s).
auxWarningSpeed - Variable in class com.geotab.model.entity.device.GoCurveAuxiliary
An array of the auxiliary warning speeds for the vehicle.
auxWarningSpeed - Variable in class com.geotab.model.entity.device.GoLegacy
An array that can get/set the AuxWarningSpeeds for the vehicle.
availableDashboardReports - Variable in class com.geotab.model.entity.user.User
List of all available dashboard reports to the user.

B

BaseRequest<T extends Parameters> - Class in com.geotab.http.request
 
BaseRequest() - Constructor for class com.geotab.http.request.BaseRequest
 
BaseRequest(Integer, String, T) - Constructor for class com.geotab.http.request.BaseRequest
 
BaseRequest(Integer, String, T, Map<String, Object>) - Constructor for class com.geotab.http.request.BaseRequest
 
BaseResponse<T> - Class in com.geotab.http.response
 
BaseResponse() - Constructor for class com.geotab.http.response.BaseResponse
 
BasicDiagnostic - Class in com.geotab.model.entity.diagnostic
Information from the engine computer that can either be measurement data or fault code data.
BasicDiagnostic(String) - Constructor for class com.geotab.model.entity.diagnostic.BasicDiagnostic
 
BasicDiagnosticEntity - Static variable in interface com.geotab.api.DataStore
 
BEEP - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
BLACK - Static variable in class com.geotab.model.drawing.Color
 
BLUE - Static variable in class com.geotab.model.drawing.Color
 
bookmarks - Variable in class com.geotab.model.entity.user.User
The list of bookmarked pages.
BoundingBox - Class in com.geotab.model.geographical
 
BoundingBox() - Constructor for class com.geotab.model.geographical.BoundingBox
 
brakingWarningThreshold - Variable in class com.geotab.model.entity.device.GoCurve
The braking warning accelerometer threshold (y axis) value for the vehicle.
BRP_FAULT_CONTROLLER_ID - Static variable in class com.geotab.model.entity.controller.BrpFaultController
 
BrpFaultController - Class in com.geotab.model.entity.controller
Controller reserved for faults generated with manufacturer specific codes.
BrpFaultDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic for a Brp Device fault.
BrpFaultDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.BrpFaultDiagnostic
 
build() - Method in class com.geotab.model.entity.Entity.EntityBuilder
 
build() - Method in class com.geotab.util.Util.MapBuilder
 
buildDefaultObjectMapper() - Method in class com.geotab.model.serialization.ApiJsonSerializer
Build default configuration for ObjectMapper.
buildMultiCall() - Method in interface com.geotab.api.Api
Builds a type-safe API multi-call.
buildMultiCall() - Method in class com.geotab.api.GeotabApi
 
buildServerInvoker(String, Integer, String, CloseableHttpClient) - Method in class com.geotab.api.GeotabApi
 
buildX509Certificate(String) - Static method in class com.geotab.model.serialization.X509CertificateDeserializer
 
ByteArrayDeserializer - Class in com.geotab.model.serialization
 
ByteArrayDeserializer() - Constructor for class com.geotab.model.serialization.ByteArrayDeserializer
 
ByteArraySerializer - Class in com.geotab.model.serialization
 
ByteArraySerializer() - Constructor for class com.geotab.model.serialization.ByteArraySerializer
 
byteToDegrees(short) - Static method in class com.geotab.model.entity.device.GoDevice
Converts bytes to degrees.
byteToSpeed(short) - Static method in class com.geotab.model.entity.device.GoDevice
Converts byte to speed.

C

call(AuthenticatedRequest<?>, Class<O>) - Method in interface com.geotab.api.Api
Deprecated.
use Api.callResult(com.geotab.http.request.AuthenticatedRequest<?>, java.lang.Class<T>) instead and specify the result type instead of the response type.
call(AuthenticatedRequest<?>, Class<O>) - Method in interface com.geotab.api.Api.MultiCallBuilder
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.
call(AuthenticatedRequest<?>, Class<O>) - Method in class com.geotab.api.GeotabApi
 
callAdd(AuthenticatedRequest<?>) - Method in interface com.geotab.api.Api
Makes an Add call.
callAdd(AuthenticatedParameters) - Method in interface com.geotab.api.Api
Makes an Add call.
callAdd(Api.EntityDescriptor<E, ?>, E) - Method in interface com.geotab.api.Api
Makes a type-safe Add call.
callAdd(AuthenticatedRequest<?>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes an Add call.
callAdd(AuthenticatedParameters) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes an Add call.
callAdd(Api.EntityDescriptor<E, ?>, E) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a type-safe Add call.
callAdd(AuthenticatedRequest<?>) - Method in class com.geotab.api.GeotabApi
 
callGet(AuthenticatedRequest<?>, Class<T>) - Method in interface com.geotab.api.Api
Makes a Get call.
callGet(SearchParameters<?>, Class<T>) - Method in interface com.geotab.api.Api
Makes a Get call.
callGet(Api.EntityDescriptor<E, S>, S) - Method in interface com.geotab.api.Api
Makes a type-safe Get call.
callGet(Api.EntityDescriptor<E, S>, S, Integer) - Method in interface com.geotab.api.Api
Makes a type-safe Get call.
callGet(AuthenticatedRequest<?>, Class<T>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a Get call.
callGet(SearchParameters<?>, Class<T>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a Get call.
callGet(Api.EntityDescriptor<E, S>, S) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a type-safe Get call.
callGet(Api.EntityDescriptor<E, S>, S, Integer) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a type-safe Get call.
callGet(AuthenticatedRequest<?>, Class<T>) - Method in class com.geotab.api.GeotabApi
 
callGetAll(Api.EntityDescriptor<E, ?>) - Method in interface com.geotab.api.Api
Makes a type-safe Get call to query all entities.
callGetAll(Api.EntityDescriptor<E, ?>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a type-safe Get call to query all entities.
callGetById(Api.EntityDescriptor<E, ?>, String) - Method in interface com.geotab.api.Api
Makes a type-safe Get call to query by ID.
callGetById(Api.EntityDescriptor<E, ?>, String) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a type-safe Get call to query by ID.
callGetCountOf(AuthenticatedRequest<?>) - Method in interface com.geotab.api.Api
Makes a GetCountOf call.
callGetCountOf(SearchParameters<?>) - Method in interface com.geotab.api.Api
Makes a GetCountOf call.
callGetCountOf(Api.EntityDescriptor<E, S>, S) - Method in interface com.geotab.api.Api
Makes a type-safe GetCountOf call.
callGetCountOf(AuthenticatedRequest<?>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a GetCountOf call.
callGetCountOf(SearchParameters<?>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a GetCountOf call.
callGetCountOf(Api.EntityDescriptor<E, S>, S) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a type-safe GetCountOf API call.
callGetCountOf(AuthenticatedRequest<?>) - Method in class com.geotab.api.GeotabApi
 
callGetFeed(AuthenticatedRequest<?>, Class<T>) - Method in interface com.geotab.api.Api
Makes a GetFeed call.
callGetFeed(GetFeedParameters<?>, Class<T>) - Method in interface com.geotab.api.Api
Makes a GetFeed call.
callGetFeed(Api.EntityDescriptor<E, S>, S, String, Integer) - Method in interface com.geotab.api.Api
Makes a type-safe GetFeed call.
callGetFeed(AuthenticatedRequest<?>, Class<T>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a GetFeed call.
callGetFeed(GetFeedParameters<?>, Class<T>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a GetFeed call.
callGetFeed(Api.EntityDescriptor<E, S>, S, String, Integer) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a GetFeed call.
callGetFeed(AuthenticatedRequest<?>, Class<T>) - Method in class com.geotab.api.GeotabApi
 
callMethod(Api.MethodDescriptor<P, R>, P) - Method in interface com.geotab.api.Api
Makes a web method call.
callMethod(Api.MethodDescriptor<P, R>, P) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a web method call.
callMethod(Api.MethodDescriptor<P, R>, P) - Method in class com.geotab.api.GeotabApi
 
callRemove(AuthenticatedRequest<?>) - Method in interface com.geotab.api.Api
Makes a Remove call.
callRemove(AuthenticatedParameters) - Method in interface com.geotab.api.Api
Makes a Remove call.
callRemove(Api.EntityDescriptor<E, S>, E) - Method in interface com.geotab.api.Api
Makes a type-safe Remove call.
callRemove(AuthenticatedRequest<?>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a Remove call.
callRemove(AuthenticatedParameters) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a Remove call.
callRemove(Api.EntityDescriptor<E, S>, E) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a type-safe Remove call.
callRemove(AuthenticatedRequest<?>) - Method in class com.geotab.api.GeotabApi
 
callResult(AuthenticatedRequest<?>, Class<T>) - Method in interface com.geotab.api.Api
Makes a custom method API call specifying the result type.
callResult(AuthenticatedRequest<?>, Class<T>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a custom method API call specifying the result type.
callResult(AuthenticatedRequest<?>, Class<T>) - Method in class com.geotab.api.GeotabApi
 
callResultList(AuthenticatedRequest<?>, Class<T>) - Method in interface com.geotab.api.Api
Makes a custom method API call specifying the element type of list result type.
callResultList(AuthenticatedRequest<?>, Class<T>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a custom method API call specifying the element type of list result type.
callResultList(AuthenticatedRequest<?>, Class<T>) - Method in class com.geotab.api.GeotabApi
 
callSet(AuthenticatedRequest<?>) - Method in interface com.geotab.api.Api
Makes a Set call.
callSet(AuthenticatedParameters) - Method in interface com.geotab.api.Api
Makes a Set call.
callSet(Api.EntityDescriptor<E, ?>, E) - Method in interface com.geotab.api.Api
Makes a type-safe Set call.
callSet(AuthenticatedRequest<?>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a Set call.
callSet(AuthenticatedParameters) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a Set call.
callSet(Api.EntityDescriptor<E, ?>, E) - Method in interface com.geotab.api.Api.MultiCallBuilder
Makes a type-safe Set call.
callSet(AuthenticatedRequest<?>) - Method in class com.geotab.api.GeotabApi
 
CAN - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
CANNED_RESPONSE - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
CannedResponseContent - Class in com.geotab.model.entity.textmessage
Text message content including a list of predetermined responses.
CannedResponseContent(String, Boolean, List<CannedResponseOption>) - Constructor for class com.geotab.model.entity.textmessage.CannedResponseContent
 
CannedResponseOption - Class in com.geotab.model.entity.textmessage
Specifies the allowed responses to a TextMessage.
CannedResponseOption(Integer, String) - Constructor for class com.geotab.model.entity.textmessage.CannedResponseOption
 
CannedResponseOption(String) - Constructor for class com.geotab.model.entity.textmessage.CannedResponseOption
 
cannedResponseOptions - Variable in class com.geotab.model.entity.user.User
The user's stored list of custom response options to choose from when sending a TextMessage.
carrierNumber - Variable in class com.geotab.model.entity.user.User
The carrier number.
Certificate - Class in com.geotab.model.entity.certificate
An object representing a X509Certificate used to check if a message came from the correct external source.
Certificate() - Constructor for class com.geotab.model.entity.certificate.Certificate
 
certificateBytesFromString(String) - Static method in class com.geotab.model.serialization.X509CertificateDeserializer
 
CertificateEntity - Static variable in interface com.geotab.api.DataStore
 
changePassword - Variable in class com.geotab.model.entity.user.User
Flag indicating whether the user's password requires resetting.
channel - Variable in class com.geotab.model.entity.device.Go4v3
Gets or sets the radio channels as an array of 20 bytes.
channel - Variable in class com.geotab.model.entity.device.GoLegacy
Exposes the radio channels as an array of 20 bytes.
channelCount - Variable in class com.geotab.model.entity.device.Go4v3
Gets or sets the channel count.
channelCount - Variable in class com.geotab.model.entity.device.GoLegacy
The channel count.
checkAndPadAuxArray(boolean[]) - Static method in class com.geotab.model.entity.device.GoDevice
Checks the provided array is the correct length and pads it to the correct length if it is not.
checkAndPadAuxArray(double[]) - Static method in class com.geotab.model.entity.device.GoDevice
Checks the provided array is the correct length and pads it to the correct length if it is not.
checkAndPadAuxIgnArray(boolean[]) - Static method in class com.geotab.model.entity.device.GoDevice
Checks the provided array is the correct length and pads it to the correct length if it is not.
checkAndPadChannelArray(short[]) - Static method in class com.geotab.model.entity.device.GoDevice
Checks the provided array is the correct length and pads it to the correct length if it is not.
checkForError(String, R) - Static method in class com.geotab.http.exception.ErrorHandler
Checks if an error returned from MyGeotab.
checkForError(String, JsonRpcError) - Static method in class com.geotab.http.exception.ErrorHandler
 
ClientSettings - Class in com.geotab.model.settings
Settings that apply to client application.
ClientSettings() - Constructor for class com.geotab.model.settings.ClientSettings
 
close() - Method in class com.geotab.api.GeotabApi
 
code - Variable in class com.geotab.model.entity.controller.Controller
Controller diagnostic code (if applicable).
code - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
The diagnostic parameter code number.
codeId - Variable in class com.geotab.model.entity.controller.Controller
The message identification code for the controller of the diagnostic (if applicable).
Color - Class in com.geotab.model.drawing
 
Color(int, int, int) - Constructor for class com.geotab.model.drawing.Color
 
Color(int, int, int, int) - Constructor for class com.geotab.model.drawing.Color
 
com.geotab.api - package com.geotab.api
 
com.geotab.http.exception - package com.geotab.http.exception
 
com.geotab.http.invoker - package com.geotab.http.invoker
 
com.geotab.http.request - package com.geotab.http.request
 
com.geotab.http.request.param - package com.geotab.http.request.param
 
com.geotab.http.response - package com.geotab.http.response
 
com.geotab.model - package com.geotab.model
 
com.geotab.model.address - package com.geotab.model.address
 
com.geotab.model.coordinate - package com.geotab.model.coordinate
 
com.geotab.model.drawing - package com.geotab.model.drawing
 
com.geotab.model.entity - package com.geotab.model.entity
 
com.geotab.model.entity.audit - package com.geotab.model.entity.audit
 
com.geotab.model.entity.certificate - package com.geotab.model.entity.certificate
 
com.geotab.model.entity.condition - package com.geotab.model.entity.condition
 
com.geotab.model.entity.controller - package com.geotab.model.entity.controller
 
com.geotab.model.entity.customdata - package com.geotab.model.entity.customdata
 
com.geotab.model.entity.customproperty - package com.geotab.model.entity.customproperty
 
com.geotab.model.entity.debugdata - package com.geotab.model.entity.debugdata
 
com.geotab.model.entity.device - package com.geotab.model.entity.device
 
com.geotab.model.entity.devicestatusinfo - package com.geotab.model.entity.devicestatusinfo
 
com.geotab.model.entity.diagnostic - package com.geotab.model.entity.diagnostic
 
com.geotab.model.entity.distributionlist - package com.geotab.model.entity.distributionlist
 
com.geotab.model.entity.driverchange - package com.geotab.model.entity.driverchange
 
com.geotab.model.entity.dutystatus - package com.geotab.model.entity.dutystatus
 
com.geotab.model.entity.dvirlog - package com.geotab.model.entity.dvirlog
 
com.geotab.model.entity.enginetype - package com.geotab.model.entity.enginetype
 
com.geotab.model.entity.exceptionevent - package com.geotab.model.entity.exceptionevent
 
com.geotab.model.entity.exceptionevent.state - package com.geotab.model.entity.exceptionevent.state
 
com.geotab.model.entity.failuremode - package com.geotab.model.entity.failuremode
 
com.geotab.model.entity.faultdata - package com.geotab.model.entity.faultdata
 
com.geotab.model.entity.file - package com.geotab.model.entity.file
 
com.geotab.model.entity.flashcode - package com.geotab.model.entity.flashcode
 
com.geotab.model.entity.fuel - package com.geotab.model.entity.fuel
 
com.geotab.model.entity.group - package com.geotab.model.entity.group
 
com.geotab.model.entity.hos - package com.geotab.model.entity.hos
 
com.geotab.model.entity.ioxaddon - package com.geotab.model.entity.ioxaddon
 
com.geotab.model.entity.logrecord - package com.geotab.model.entity.logrecord
 
com.geotab.model.entity.notification - package com.geotab.model.entity.notification
 
com.geotab.model.entity.parametergroup - package com.geotab.model.entity.parametergroup
 
com.geotab.model.entity.recipient - package com.geotab.model.entity.recipient
 
com.geotab.model.entity.reporttemplate - package com.geotab.model.entity.reporttemplate
 
com.geotab.model.entity.route - package com.geotab.model.entity.route
 
com.geotab.model.entity.rule - package com.geotab.model.entity.rule
 
com.geotab.model.entity.security - package com.geotab.model.entity.security
 
com.geotab.model.entity.shipmentlog - package com.geotab.model.entity.shipmentlog
 
com.geotab.model.entity.source - package com.geotab.model.entity.source
 
com.geotab.model.entity.statusdata - package com.geotab.model.entity.statusdata
 
com.geotab.model.entity.textmessage - package com.geotab.model.entity.textmessage
 
com.geotab.model.entity.trailer - package com.geotab.model.entity.trailer
 
com.geotab.model.entity.trip - package com.geotab.model.entity.trip
 
com.geotab.model.entity.unitofmeasure - package com.geotab.model.entity.unitofmeasure
 
com.geotab.model.entity.user - package com.geotab.model.entity.user
 
com.geotab.model.entity.wifi - package com.geotab.model.entity.wifi
 
com.geotab.model.entity.workholiday - package com.geotab.model.entity.workholiday
 
com.geotab.model.entity.worktime - package com.geotab.model.entity.worktime
 
com.geotab.model.entity.zone - package com.geotab.model.entity.zone
 
com.geotab.model.entity.zone.type - package com.geotab.model.entity.zone.type
 
com.geotab.model.error - package com.geotab.model.error
 
com.geotab.model.geographical - package com.geotab.model.geographical
 
com.geotab.model.login - package com.geotab.model.login
 
com.geotab.model.search - package com.geotab.model.search
 
com.geotab.model.serialization - package com.geotab.model.serialization
 
com.geotab.model.serialization.filter - package com.geotab.model.serialization.filter
 
com.geotab.model.settings - package com.geotab.model.settings
 
com.geotab.model.wifi - package com.geotab.model.wifi
 
com.geotab.util - package com.geotab.util
 
comment - Variable in class com.geotab.model.entity.device.Device
Free text field where any user information can be stored and referenced for this entity.
comment - Variable in class com.geotab.model.entity.user.User
Free text field where any user information can be stored and referenced for this entity.
comment - Variable in class com.geotab.model.entity.worktime.WorkTime
Free text field where any user information can be stored and referenced for this entity.
COMPANY_GROUP_ID - Static variable in class com.geotab.model.entity.group.CompanyGroup
 
COMPANY_GROUP_NAME - Static variable in class com.geotab.model.entity.group.CompanyGroup
 
companyAddress - Variable in class com.geotab.model.entity.user.User
The company address for the user.
CompanyGroup - Class in com.geotab.model.entity.group
This is a system Group with an Id of GroupCompanyId and is the root group of the organization structure.
CompanyGroup() - Constructor for class com.geotab.model.entity.group.CompanyGroup
 
companyGroups - Variable in class com.geotab.model.entity.user.User
List of organization Group(s) that the user belongs to.
companyName - Variable in class com.geotab.model.entity.user.User
The name of the company for the user.
compareTo(Id) - Method in class com.geotab.model.Id
 
Condition - Class in com.geotab.model.entity.condition
Conditions model the logic that govern a Rule and can apply to many different types of data and entities.
Condition() - Constructor for class com.geotab.model.entity.condition.Condition
 
ConditionEntity - Static variable in interface com.geotab.api.DataStore
 
ConditionType - Enum in com.geotab.model.entity.condition
 
contentType - Variable in class com.geotab.model.entity.textmessage.TextMessageContentType
The type of message.
Controller - Class in com.geotab.model.entity.controller
The controller that the diagnostic belongs to.
Controller() - Constructor for class com.geotab.model.entity.controller.Controller
 
controller - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
The applicable Controller for the diagnostic parameter.
ControllerEntity - Static variable in interface com.geotab.api.DataStore
 
ControllerListResponse - Class in com.geotab.http.response
Deprecated.
ControllerListResponse() - Constructor for class com.geotab.http.response.ControllerListResponse
Deprecated.
 
ControllerSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for a Controller.
ControllerSearch(String, String, IdSearch) - Constructor for class com.geotab.model.search.ControllerSearch
 
convert(Collection<Entity>) - Method in class com.geotab.model.serialization.EntityCollectionAsIdCollectionSerializer
 
convert(List<Id>) - Method in class com.geotab.model.serialization.ListIdConverter
 
Coordinate - Class in com.geotab.model.coordinate
A coordinate on the earth's surface.
Coordinate() - Constructor for class com.geotab.model.coordinate.Coordinate
 
CoordinateDeserializer - Class in com.geotab.model.serialization
 
CoordinateDeserializer() - Constructor for class com.geotab.model.serialization.CoordinateDeserializer
 
coordinates - Variable in class com.geotab.http.request.param.GetAddressesParameters
 
corneringWarningThreshold - Variable in class com.geotab.model.entity.device.GoCurve
The cornering warning threshold (x axis) value for the vehicle.
CountResponse - Class in com.geotab.http.response
Deprecated.
CountResponse() - Constructor for class com.geotab.http.response.CountResponse
Deprecated.
 
countryCode - Variable in class com.geotab.model.entity.user.User
The user two symbols country ISO code (https://www.iso.org/iso-3166-country-codes.html).
createDatabaseNameFromCompany(String) - Static method in class com.geotab.util.UtilityValidator
Creates the database name from supplied company.
credentials - Variable in class com.geotab.api.GeotabApi
 
Credentials - Class in com.geotab.model.login
The authentication credentials for a user when making calls to MyGeotab.
Credentials(String, String, String, String) - Constructor for class com.geotab.model.login.Credentials
 
Currency - Enum in com.geotab.model.entity.user
 
CUSTOM_DEVICE - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
CUSTOM_DEVICE_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default product Id for third-party devices.
CUSTOM_VEHICLE_DEVICE - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
CustomData - Class in com.geotab.model.entity.customdata
Generic Custom Data from a GO unit that was sent through from a third-party device that is attached to the serial port.
CustomData() - Constructor for class com.geotab.model.entity.customdata.CustomData
 
CustomDataEntity - Static variable in interface com.geotab.api.DataStore
 
CustomDataListResponse - Class in com.geotab.http.response
Deprecated.
CustomDataListResponse() - Constructor for class com.geotab.http.response.CustomDataListResponse
Deprecated.
 
CustomDataSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for CustomData(s).
CustomDataSearch(String, LocalDateTime, LocalDateTime, DeviceSearch) - Constructor for class com.geotab.model.search.CustomDataSearch
 
CustomDevice - Class in com.geotab.model.entity.device
A custom third-party device that is used in MyGeotab.
CustomDevice() - Constructor for class com.geotab.model.entity.device.CustomDevice
 
customFeatures - Variable in class com.geotab.model.entity.device.Device
The custom features for this device and their values.
CustomParameter - Class in com.geotab.model
A custom parameter extends the parameters already supported by MyGeotab.
CustomParameter() - Constructor for class com.geotab.model.CustomParameter
 
customProperties - Variable in class com.geotab.model.entity.device.Device
The set of dynamic, user created, custom properties.
CustomPropertySearch - Class in com.geotab.model.search
The search criteria for entities that support custom properties.
CustomPropertySearch(String, String, List<PropertySetSearch>, List<PropertySearch>) - Constructor for class com.geotab.model.search.CustomPropertySearch
 
CustomVehicleDevice - Class in com.geotab.model.entity.device
A custom third-party automotive vehicle device that is used in MyGeotab.
CustomVehicleDevice() - Constructor for class com.geotab.model.entity.device.CustomVehicleDevice
 

D

DATA_TO_COMPONENT - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
database - Variable in class com.geotab.http.request.param.AuthenticateParameters
 
DataDiagnostic - Class in com.geotab.model.entity.diagnostic
A Diagnostic that represents measurement data from the vehicle (as opposed to fault codes).
DataDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.DataDiagnostic
 
DataStore - Interface in com.geotab.api
List of DataStore entities.
DataToComponentContent - Class in com.geotab.model.entity.textmessage
Message that can deliver data to a component of a GO device.
DataToComponentContent(MessageContentType, int, int, int, boolean) - Constructor for class com.geotab.model.entity.textmessage.DataToComponentContent
 
dateFormat - Variable in class com.geotab.model.entity.user.User
The format dates will be displayed to this user.
DateTimeUtil - Class in com.geotab.util
 
DateTimeUtil() - Constructor for class com.geotab.util.DateTimeUtil
 
DayOfWeek - Enum in com.geotab.model.entity.worktime
 
DbUnavailableException - Exception in com.geotab.http.exception
This exception occurs if the system makes a database request that could not succeed because of connection failure or data change.
DbUnavailableException(String, Throwable, DbUnavailableState) - Constructor for exception com.geotab.http.exception.DbUnavailableException
 
DbUnavailableState - Enum in com.geotab.http.exception
 
DebugData - Class in com.geotab.model.entity.debugdata
DebugData is generated by Geotab GO devices for internal debugging or troubleshooting purposes.
DebugData() - Constructor for class com.geotab.model.entity.debugdata.DebugData
 
DebugDataEntity - Static variable in interface com.geotab.api.DataStore
 
DebugDataListResponse - Class in com.geotab.http.response
Deprecated.
DebugDataListResponse() - Constructor for class com.geotab.http.response.DebugDataListResponse
Deprecated.
 
DebugDataSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for DebugData(s).
DebugDataSearch(String, DeviceSearch, LocalDateTime, LocalDateTime) - Constructor for class com.geotab.model.search.DebugDataSearch
 
DEFAULT_MAX_NO_LOG_SECONDS - Static variable in class com.geotab.model.entity.device.Device
 
DEFAULT_SERVER - Static variable in class com.geotab.api.GeotabApi
 
DEFAULT_SERVICE_PATH - Static variable in class com.geotab.http.invoker.ServerInvoker
 
DEFAULT_TIMEOUT - Static variable in class com.geotab.http.invoker.ServerInvoker
 
DEFAULT_TIMEZONE - Static variable in class com.geotab.model.settings.ClientSettings
The default TimeZone.
DefaultApplicationExceptionEmailTemplate - Class in com.geotab.model.entity.notification
The default application exception email template.
defaultDeserialize(ObjectCodec, DeserializationContext, JsonNode, Class<T>) - Static method in class com.geotab.model.serialization.ApiCustomDeserializerModifier
It will recreate JsonParser based on the JsonNode, as the stream was closed if the JsonNode was read initially by parserCodec.readTree(jsonParser).
DefaultExceptionRuleEmailTemplate - Class in com.geotab.model.entity.notification
The default rule exception email template.
DefaultExceptionRulePopupTextTemplate - Class in com.geotab.model.entity.notification
Default exception rule popup text.
DefaultExceptionRuleTextTemplate - Class in com.geotab.model.entity.notification
Default exception rule text.
defaultGoogleMapStyle - Variable in class com.geotab.model.entity.user.User
The default map style for Google maps.
defaultHereMapStyle - Variable in class com.geotab.model.entity.user.User
The default map style for Here Maps.
DefaultMaintenanceReminderEmailTemplate - Class in com.geotab.model.entity.notification
The default maintenance notificaiton email template.
defaultMapEngine - Variable in class com.geotab.model.entity.user.User
The default map engine to use for this user.
defaultOpenStreetMapStyle - Variable in class com.geotab.model.entity.user.User
The default map style for Open Street Maps.
defaultPage - Variable in class com.geotab.model.entity.user.User
Indicates the default page to view when login complete.
Defect - Class in com.geotab.model.entity.group
Represents a Defect entity.
Defect() - Constructor for class com.geotab.model.entity.group.Defect
 
DefectAssetType - Enum in com.geotab.model.entity.group
 
DefectDeserializer - Class in com.geotab.model.serialization
 
DefectDeserializer() - Constructor for class com.geotab.model.serialization.DefectDeserializer
 
DefectListDeserializer - Class in com.geotab.model.serialization
 
DefectListDeserializer() - Constructor for class com.geotab.model.serialization.DefectListDeserializer
 
DefectRemark - Class in com.geotab.model.entity.dvirlog
A DefectRemark is a remark that can be associated with a DVIRDefect.
DefectRemark() - Constructor for class com.geotab.model.entity.dvirlog.DefectRemark
 
DefectRemarkEntity - Static variable in interface com.geotab.api.DataStore
 
DEFECTS_GROUP_ID - Static variable in class com.geotab.model.entity.group.DefectsGroup
 
DEFECTS_GROUP_NAME - Static variable in class com.geotab.model.entity.group.DefectsGroup
 
DefectSeverity - Enum in com.geotab.model.entity.group
 
DefectsGroup - Class in com.geotab.model.entity.group
This is a Defect with an Id of GroupDefectsId.
DefectsGroup() - Constructor for class com.geotab.model.entity.group.DefectsGroup
 
degreesToByte(int) - Static method in class com.geotab.model.entity.device.GoDevice
Converts Degrees to byte.
deltaDistance - Variable in class com.geotab.model.entity.device.GoLegacy
The distance to be used (in meters) to generate a log.
deltaHeading - Variable in class com.geotab.model.entity.device.GoLegacy
The delta heading.
deltaHeadingHS - Variable in class com.geotab.model.entity.device.GoLegacy
The delta heading HS.
deltaHeadingMinSpeed - Variable in class com.geotab.model.entity.device.GoLegacy
The delta heading min speed in km/h.
deltaHeadingMinSpeedHS - Variable in class com.geotab.model.entity.device.GoLegacy
The delta heading min speed HS in km/h.
deltaMinSpeed - Variable in class com.geotab.model.entity.device.GoLegacy
The delta min speed in km/h.
deltaSpeed - Variable in class com.geotab.model.entity.device.GoLegacy
The delta speed in km/h.
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.ByteArrayDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.CoordinateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.DefectDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.DefectListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.DeviceDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.DiagnosticDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.DriverFromIdDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.DurationDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.DVIRDefectDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.IdDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.JsonAsStringDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.LocalDateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.LocalDateTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.LongDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.TextMessageDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.UserDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.geotab.model.serialization.X509CertificateDeserializer
 
deserializeWithChildren(JsonNode) - Static method in class com.geotab.model.serialization.DefectDeserializer
 
designation - Variable in class com.geotab.model.entity.user.User
The designation or title of the employee.
details - Variable in class com.geotab.model.entity.worktime.WorkTime
The list of WorkTimeDetail(s).
Device - Class in com.geotab.model.entity.device
A Device represents the physical tracking device installed in the vehicle.
Device() - Constructor for class com.geotab.model.entity.device.Device
 
DEVICE_PLAN_PRO_PLUS - Static variable in class com.geotab.model.entity.device.DevicePlanBillingInfo
Device Plan ProPlus.
DEVICE_PLAN_PRO_PLUS_CAR_SHARE - Static variable in class com.geotab.model.entity.device.DevicePlanBillingInfo
Device Plan ProPlusCarShare.
DEVICE_PLAN_PRO_PLUS_WIFI - Static variable in class com.geotab.model.entity.device.DevicePlanBillingInfo
Device Plan ProPlusWifi.
DEVICE_PLAN_PRO_PLUS_WINTER_OPS - Static variable in class com.geotab.model.entity.device.DevicePlanBillingInfo
Device Plan ProPlusWinterOps.
DEVICE_PLAN_SB - Static variable in class com.geotab.model.entity.device.DevicePlanBillingInfo
Device Plan Sb.
DEVICE_PLAN_SUSPEND - Static variable in class com.geotab.model.entity.device.DevicePlanBillingInfo
Device Plan Suspend.
DEVICE_PLAN_TERMINATE - Static variable in class com.geotab.model.entity.device.DevicePlanBillingInfo
Device Plan Terminate.
DEVICE_PLAN_UNKNOWN - Static variable in class com.geotab.model.entity.device.DevicePlanBillingInfo
Device Plan Unknown.
DeviceDefaultsUtil - Class in com.geotab.util
A helper class where all device defaults are contained.
DeviceDefaultsUtil() - Constructor for class com.geotab.util.DeviceDefaultsUtil
 
DeviceDeserializer - Class in com.geotab.model.serialization
 
DeviceDeserializer() - Constructor for class com.geotab.model.serialization.DeviceDeserializer
 
DeviceEntity - Static variable in interface com.geotab.api.DataStore
 
deviceFlags - Variable in class com.geotab.model.entity.device.Device
The device features which have been enabled whether the feature is in use (e.g.
DeviceFlags - Class in com.geotab.model.entity.device
The plan a device is on.
DeviceFlags(List<VehicleFeatureCategory>, List<VehicleFeatureCategory>, List<String>) - Constructor for class com.geotab.model.entity.device.DeviceFlags
 
DeviceListResponse - Class in com.geotab.http.response
Deprecated.
DeviceListResponse() - Constructor for class com.geotab.http.response.DeviceListResponse
Deprecated.
 
DevicePlan - Enum in com.geotab.model.entity.device
 
devicePlanBillingInfo - Variable in class com.geotab.model.entity.device.Device
The DevicePlanBillingInfo that has been purchased for this device.
DevicePlanBillingInfo - Class in com.geotab.model.entity.device
Device Plan information holding the Plan name and Billing level mapping.
DevicePlanBillingInfo(Integer, String) - Constructor for class com.geotab.model.entity.device.DevicePlanBillingInfo
 
devicePlans - Variable in class com.geotab.model.entity.device.Device
Geotab DevicePlan that has been purchased for this device.
deviceSearch - Variable in class com.geotab.http.request.param.GetRoadMaxSpeedsParameters
 
DeviceSearch - Class in com.geotab.model.search
 
DeviceSearch(String, String, DeviceType, LocalDateTime, List<GroupSearch>, Long, String, String, String, LocalDateTime, String, List<String>, CustomPropertySearch) - Constructor for class com.geotab.model.search.DeviceSearch
 
DeviceStatusInfo - Class in com.geotab.model.entity.devicestatusinfo
Represents the current state of a vehicle by providing information such as the vehicle bearing location and speed, active exception events and whether the device is currently communicating.
DeviceStatusInfo() - Constructor for class com.geotab.model.entity.devicestatusinfo.DeviceStatusInfo
 
DeviceStatusInfoEntity - Static variable in interface com.geotab.api.DataStore
 
DeviceStatusInfoListResponse - Class in com.geotab.http.response
Deprecated.
DeviceStatusInfoListResponse() - Constructor for class com.geotab.http.response.DeviceStatusInfoListResponse
Deprecated.
 
DeviceStatusInfoSearch - Class in com.geotab.model.search
Used to specify the arguments when searching for DeviceStatusInfo(s).
DeviceStatusInfoSearch(Integer, DeviceSearch, Coordinate, UserSearch) - Constructor for class com.geotab.model.search.DeviceStatusInfoSearch
 
deviceType - Variable in class com.geotab.model.entity.device.Device
Specifies the GO or Custom DeviceType.
DeviceType - Enum in com.geotab.model.entity.device
 
deviceTypeFromProductId(int) - Static method in class com.geotab.model.entity.device.Device
Maps the given productId to a DeviceType.
DeviceTypeNameConstants - Class in com.geotab.model.entity.device
Device type names extracted to constants as workaround, to be used in both DeviceType enum attributes and in JsonSubTypes.Type for polymorphic deserialization.
DeviceTypeNameConstants() - Constructor for class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Diagnostic - Class in com.geotab.model.entity.diagnostic
Vehicle diagnostic information from the engine computer that can either be measurement data or fault code data.
Diagnostic() - Constructor for class com.geotab.model.entity.diagnostic.Diagnostic
 
DiagnosticDeserializer - Class in com.geotab.model.serialization
 
DiagnosticDeserializer() - Constructor for class com.geotab.model.serialization.DiagnosticDeserializer
 
DiagnosticListResponse - Class in com.geotab.http.response
Deprecated.
DiagnosticListResponse() - Constructor for class com.geotab.http.response.DiagnosticListResponse
Deprecated.
 
DiagnosticSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for Diagnostics.
DiagnosticSearch(String, Integer, IdSearch, String, IdSearch, DiagnosticType) - Constructor for class com.geotab.model.search.DiagnosticSearch
 
diagnosticType - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
The DiagnosticType (source) of the diagnostic parameter.
DiagnosticType - Enum in com.geotab.model.entity.diagnostic
 
Dictionary<K,V> - Class in com.geotab.model
 
Dictionary() - Constructor for class com.geotab.model.Dictionary
 
Dictionary.Entry<K,V> - Class in com.geotab.model
 
DigitalAuxiliariesAware - Interface in com.geotab.model.entity.device
An interface for devices with digital auxiliaries.
Directions - Class in com.geotab.model.geographical
 
Directions() - Constructor for class com.geotab.model.geographical.Directions
 
disconnect() - Method in class com.geotab.api.GeotabApi
 
disconnect() - Method in class com.geotab.http.invoker.ServerInvoker
Closes httpClient's connections.
displayCurrency - Variable in class com.geotab.model.entity.user.User
Gets or sets the user's preferred currency for display in the UI.
distance - Variable in class com.geotab.model.geographical.Step
 
distanceBetween(double, double, double, double) - Static method in class com.geotab.model.coordinate.Coordinate
Calculates the distance between this point and the supplied point.
distanceBetweenPoints(double, double, double, double) - Static method in class com.geotab.model.entity.logrecord.LogRecord
Calculates the distance between two lat/long points.
distanceFrom(Coordinate) - Method in class com.geotab.model.coordinate.Coordinate
Returns the distance between this point and the supplied point in meters.
distanceFromPoly(double, double, List<Coordinate>) - Static method in class com.geotab.model.coordinate.Coordinate
The distance from the closest polygon's border to the point.
distanceTo(LogRecord) - Method in class com.geotab.model.entity.logrecord.LogRecord
Calculates the distance between two lat/long points in kilometers.
distanceTo(Coordinate) - Method in class com.geotab.model.entity.logrecord.LogRecord
Calculates the distance between two lat/long points in kilometers.
DistributionList - Class in com.geotab.model.entity.distributionlist
A distribution list links a set of Rule(s) to a set of Recipient(s).
DistributionList() - Constructor for class com.geotab.model.entity.distributionlist.DistributionList
 
DistributionListEntity - Static variable in interface com.geotab.api.DataStore
 
DistributionListListResponse - Class in com.geotab.http.response
Deprecated.
DistributionListListResponse() - Constructor for class com.geotab.http.response.DistributionListListResponse
Deprecated.
 
DistributionListSearch - Class in com.geotab.model.search
Used to specify the arguments when searching for DistributionLists.
DistributionListSearch(String, Id, RecipientSearch, RuleSearch) - Constructor for class com.geotab.model.search.DistributionListSearch
 
DistributionListSystem - Class in com.geotab.model.entity.distributionlist
The base class for DistributionList(s) that are system entities.
DistributionListSystem() - Constructor for class com.geotab.model.entity.distributionlist.DistributionListSystem
 
DoubleArraySerializer - Class in com.geotab.model.serialization
 
DoubleArraySerializer() - Constructor for class com.geotab.model.serialization.DoubleArraySerializer
 
DoublePrimitiveArraySerializer - Class in com.geotab.model.serialization
 
DoublePrimitiveArraySerializer() - Constructor for class com.geotab.model.serialization.DoublePrimitiveArraySerializer
 
DoubleSerializer - Class in com.geotab.model.serialization
 
DoubleSerializer() - Constructor for class com.geotab.model.serialization.DoubleSerializer
 
DRIVE_USER_SECURITY_GROUP_ID - Static variable in class com.geotab.model.entity.group.DriveUserSecurityGroup
 
DRIVE_USER_SECURITY_GROUP_NAME - Static variable in class com.geotab.model.entity.group.DriveUserSecurityGroup
 
driveGuideVersion - Variable in class com.geotab.model.entity.user.User
The version of the last drive what's new guide viewed by the user.
Driver - Class in com.geotab.model.entity.user
A driver in the system, and it is derived from User with key ids and driver groups.
Driver() - Constructor for class com.geotab.model.entity.user.Driver
 
DRIVER_WHITE_LIST - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
DriverChange - Class in com.geotab.model.entity.driverchange
Information about timing of a Driver change.
DriverChange() - Constructor for class com.geotab.model.entity.driverchange.DriverChange
 
DriverChangeEntity - Static variable in interface com.geotab.api.DataStore
 
DriverChangeListResponse - Class in com.geotab.http.response
Deprecated.
DriverChangeListResponse() - Constructor for class com.geotab.http.response.DriverChangeListResponse
Deprecated.
 
DriverChangeSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for DriverChange.
DriverChangeSearch(String, DeviceSearch, UserSearch, LocalDateTime, LocalDateTime, boolean, DriverChangeType) - Constructor for class com.geotab.model.search.DriverChangeSearch
 
DriverChangeType - Enum in com.geotab.model.entity.driverchange
 
DriverEmbeddedSerializer - Class in com.geotab.model.serialization
 
DriverEmbeddedSerializer() - Constructor for class com.geotab.model.serialization.DriverEmbeddedSerializer
 
DriverFromIdDeserializer - Class in com.geotab.model.serialization
 
DriverFromIdDeserializer() - Constructor for class com.geotab.model.serialization.DriverFromIdDeserializer
 
DriverKeyType - Enum in com.geotab.model.entity.user
 
DriverWhiteListContent - Class in com.geotab.model.entity.textmessage
Message content to control aGoDevice's Driver white list.
DriverWhiteListContent(Key, boolean, boolean) - Constructor for class com.geotab.model.entity.textmessage.DriverWhiteListContent
 
DriverWhiteListContent() - Constructor for class com.geotab.model.entity.textmessage.DriverWhiteListContent
 
DriveUserSecurityGroup - Class in com.geotab.model.entity.group
This is a SystemSecurityClearance with an Id of GroupDriveUserSecurityId.
DriveUserSecurityGroup() - Constructor for class com.geotab.model.entity.group.DriveUserSecurityGroup
 
DtcClass - Enum in com.geotab.model.entity.device
 
DtcSeverity - Enum in com.geotab.model.entity.device
 
DuplicateException - Exception in com.geotab.http.exception
An exception that occurs when adding a new object or when updating an existing object that would cause a duplicate entry to occur.
DuplicateException(Exception) - Constructor for exception com.geotab.http.exception.DuplicateException
 
duration - Variable in class com.geotab.model.geographical.Step
 
DurationDeserializer - Class in com.geotab.model.serialization
 
DurationDeserializer() - Constructor for class com.geotab.model.serialization.DurationDeserializer
 
durationFromString(String) - Static method in interface com.geotab.model.serialization.DurationSerializationUtil
 
DurationSerializationUtil - Interface in com.geotab.model.serialization
Serialization helper used to convert Duration to and from String.
DurationSerializer - Class in com.geotab.model.serialization
 
DurationSerializer() - Constructor for class com.geotab.model.serialization.DurationSerializer
 
durationToString(Duration) - Static method in interface com.geotab.model.serialization.DurationSerializationUtil
 
DutyStatusAvailability - Class in com.geotab.model.entity.dutystatus
Driver Availability for Hours of Service regulations.
DutyStatusAvailability() - Constructor for class com.geotab.model.entity.dutystatus.DutyStatusAvailability
 
DutyStatusAvailabilityDuration - Class in com.geotab.model.entity.dutystatus
The duration of time remaining for a specific DutyStatusViolationType.
DutyStatusAvailabilityDuration(Duration, DutyStatusViolationType) - Constructor for class com.geotab.model.entity.dutystatus.DutyStatusAvailabilityDuration
 
DutyStatusAvailabilityEntity - Static variable in interface com.geotab.api.DataStore
 
DutyStatusAvailabilityListResponse - Class in com.geotab.http.response
Deprecated.
DutyStatusAvailabilityListResponse() - Constructor for class com.geotab.http.response.DutyStatusAvailabilityListResponse
Deprecated.
 
DutyStatusAvailabilitySearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for DutyStatusAvailability.
DutyStatusAvailabilitySearch(UserSearch) - Constructor for class com.geotab.model.search.DutyStatusAvailabilitySearch
 
DutyStatusCycleAvailability - Class in com.geotab.model.entity.dutystatus
Represents total cycle hours that will be available in the up coming days.
DutyStatusCycleAvailability(Duration, LocalDateTime) - Constructor for class com.geotab.model.entity.dutystatus.DutyStatusCycleAvailability
 
DutyStatusDeferralType - Enum in com.geotab.model.entity.dutystatus
 
DutyStatusInfoDriverSerializer - Class in com.geotab.model.serialization
 
DutyStatusInfoDriverSerializer() - Constructor for class com.geotab.model.serialization.DutyStatusInfoDriverSerializer
 
DutyStatusLog - Class in com.geotab.model.entity.dutystatus
Driver Availability for Hours of Service regulations.
DutyStatusLog() - Constructor for class com.geotab.model.entity.dutystatus.DutyStatusLog
 
DutyStatusLogEntity - Static variable in interface com.geotab.api.DataStore
 
DutyStatusLogListResponse - Class in com.geotab.http.response
Deprecated.
DutyStatusLogListResponse() - Constructor for class com.geotab.http.response.DutyStatusLogListResponse
Deprecated.
 
DutyStatusLogSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for DutyStatusLog(s).
DutyStatusLogSearch(String, DeviceSearch, LocalDateTime, LocalDateTime, UserSearch, Boolean, Boolean, List<DutyStatusLogType>) - Constructor for class com.geotab.model.search.DutyStatusLogSearch
 
DutyStatusLogType - Enum in com.geotab.model.entity.dutystatus
 
DutyStatusMalfunctionTypes - Enum in com.geotab.model.entity.dutystatus
 
DutyStatusOrigin - Enum in com.geotab.model.entity.dutystatus
 
DutyStatusRecap - Class in com.geotab.model.entity.dutystatus
Represents a single days total hours that count towards the cycle limit.
DutyStatusRecap(Duration, LocalDateTime) - Constructor for class com.geotab.model.entity.dutystatus.DutyStatusRecap
 
DutyStatusState - Enum in com.geotab.model.entity.dutystatus
 
DutyStatusViolation - Class in com.geotab.model.entity.dutystatus
DutyStatusViolation() - Constructor for class com.geotab.model.entity.dutystatus.DutyStatusViolation
 
DutyStatusViolationEntity - Static variable in interface com.geotab.api.DataStore
 
DutyStatusViolationListResponse - Class in com.geotab.http.response
Deprecated.
DutyStatusViolationListResponse() - Constructor for class com.geotab.http.response.DutyStatusViolationListResponse
Deprecated.
 
DutyStatusViolationSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for DutyStatusViolation(s).
DutyStatusViolationSearch(LocalDateTime, LocalDateTime, UserSearch) - Constructor for class com.geotab.model.search.DutyStatusViolationSearch
 
DutyStatusViolationType - Enum in com.geotab.model.entity.dutystatus
 
DVIRDefect - Class in com.geotab.model.entity.dvirlog
A DVIRDefect is a Defect that can be associated with a DVIRLog.
DVIRDefect() - Constructor for class com.geotab.model.entity.dvirlog.DVIRDefect
 
DVIRDefectDeserializer - Class in com.geotab.model.serialization
 
DVIRDefectDeserializer() - Constructor for class com.geotab.model.serialization.DVIRDefectDeserializer
 
DVIRDefectEntity - Static variable in interface com.geotab.api.DataStore
 
DVIRLog - Class in com.geotab.model.entity.dvirlog
A DVIRLog is a Driver Vehicle Inspection Report which is prepared by a driver regarding defects in parts of a vehicle associated with a Device or Trailer.
DVIRLog() - Constructor for class com.geotab.model.entity.dvirlog.DVIRLog
 
DVIRLogEntity - Static variable in interface com.geotab.api.DataStore
 
DVIRLogListResponse - Class in com.geotab.http.response
Deprecated.
DVIRLogListResponse() - Constructor for class com.geotab.http.response.DVIRLogListResponse
Deprecated.
 
DVIRLogSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for DVIRLog(s).
DVIRLogSearch(UserSearch, List<GroupSearch>, DeviceSearch, LocalDateTime, LocalDateTime, Boolean, UserSearch, TrailerSearch, UserSearch, Boolean) - Constructor for class com.geotab.model.search.DVIRLogSearch
 
DVIRLogType - Enum in com.geotab.model.entity.dvirlog
The type of DVIRLog.

E

ElectricEnergyEconomyUnit - Enum in com.geotab.model.entity.user
 
electricEnergyEconomyUnit - Variable in class com.geotab.model.entity.user.User
The user's preferred ElectricEnergyEconomyUnit for viewing fuel economy.
EMAIL_TEMPLATE - Static variable in class com.geotab.model.entity.notification.NotificationBinaryFile
 
EMAIL_TEMPLATE_DEFAULT_APPLICATION_EXCEPTION_ID - Static variable in class com.geotab.model.entity.notification.DefaultApplicationExceptionEmailTemplate
 
EMAIL_TEMPLATE_DEFAULT_EXCEPTION_RULE_ID - Static variable in class com.geotab.model.entity.notification.DefaultExceptionRuleEmailTemplate
 
EMAIL_TEMPLATE_DEFAULT_MAINTENANCE_REMINDER_ID - Static variable in class com.geotab.model.entity.notification.DefaultMaintenanceReminderEmailTemplate
 
EmailTemplate - Class in com.geotab.model.entity.notification
Stores custom email notifications.
EmailTemplate() - Constructor for class com.geotab.model.entity.notification.EmailTemplate
 
employeeNo - Variable in class com.geotab.model.entity.user.User
The employee number or external identifier.
EMPTY - Static variable in class com.geotab.model.drawing.Color
 
EMPTY - Static variable in class com.geotab.model.drawing.PointF
An empty point.
EMPTY - Static variable in class com.geotab.model.drawing.RectangleF
An empty rectangle.
EmptyParameters - Class in com.geotab.http.request.param
Default parameters class, to be used if no parameters are passed for a BaseRequest .
EmptyParameters() - Constructor for class com.geotab.http.request.param.EmptyParameters
 
enableAuxWarning - Variable in class com.geotab.model.entity.device.GoCurveAuxiliary
Toggle to enable auxiliary warnings.
enableAuxWarning - Variable in class com.geotab.model.entity.device.GoLegacy
An array that can get/set the EnableAuxWarnings for the vehicle.
enableBeepOnDangerousDriving - Variable in class com.geotab.model.entity.device.GoCurve
Toggle to enable beeping when any of the acceleration thresholds are exceeded by device accelerometer readings.
enableBeepOnRpm - Variable in class com.geotab.model.entity.device.GoCurve
Toggle to enable beeping when the vehicle's RPM exceeds the 'RpmValue'.
enableControlExternalRelay - Variable in class com.geotab.model.entity.device.GoCurveAuxiliary
Toggle to enable control external relay value for the vehicle.
enableControlExternalRelay - Variable in class com.geotab.model.entity.device.GoLegacy
The EnableControlExternalRelay value for the vehicle.
ENGINE_TYPE_GENERIC_ID - Static variable in class com.geotab.model.entity.enginetype.EngineTypeGeneric
 
ENGINE_TYPE_NONE_ID - Static variable in class com.geotab.model.entity.enginetype.EngineTypeNone
 
engineHourOffset - Variable in class com.geotab.model.entity.device.GoCurve
The offset to be applied engine hours data reported by the engine computer.
EngineHoursAdjustmentProviderAware - Interface in com.geotab.model.entity.device
Models the properties of an entity with adjustable engine hours.
engineType - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
The EngineType for this diagnostic if applicable.
EngineType - Class in com.geotab.model.entity.enginetype
 
EngineType() - Constructor for class com.geotab.model.entity.enginetype.EngineType
 
EngineTypeEntity - Static variable in interface com.geotab.api.DataStore
 
EngineTypeGeneric - Class in com.geotab.model.entity.enginetype
Represents the default EngineType.
EngineTypeListResponse - Class in com.geotab.http.response
Deprecated.
EngineTypeListResponse() - Constructor for class com.geotab.http.response.EngineTypeListResponse
Deprecated.
 
EngineTypeNone - Class in com.geotab.model.entity.enginetype
Represents an empty (null) EngineType, used for devices that are not engine-assigned.
EngineTypeSystem - Class in com.geotab.model.entity.enginetype
 
EngineTypeSystem() - Constructor for class com.geotab.model.entity.enginetype.EngineTypeSystem
 
entity(Class<E>) - Static method in interface com.geotab.api.Api
 
Entity - Class in com.geotab.model.entity
An Entity that has an id field.
Entity() - Constructor for class com.geotab.model.entity.Entity
 
Entity(Entity.EntityBuilder<?, ?>) - Constructor for class com.geotab.model.entity.Entity
 
Entity.EntityBuilder<C extends Entity,B extends Entity.EntityBuilder<C,B>> - Class in com.geotab.model.entity
 
EntityAsIdSerializer - Class in com.geotab.model.serialization
 
EntityAsIdSerializer() - Constructor for class com.geotab.model.serialization.EntityAsIdSerializer
 
EntityBuilder() - Constructor for class com.geotab.model.entity.Entity.EntityBuilder
 
EntityCollectionAsIdCollectionSerializer - Class in com.geotab.model.serialization
 
EntityCollectionAsIdCollectionSerializer() - Constructor for class com.geotab.model.serialization.EntityCollectionAsIdCollectionSerializer
 
EntityDescriptor(Class<E>) - Constructor for class com.geotab.api.Api.EntityDescriptor
 
EntityParameters<T extends Search> - Class in com.geotab.http.request.param
Used for Add, Set, Remove request methods, where the targeted entity needs to be provided.
EntityParameters() - Constructor for class com.geotab.http.request.param.EntityParameters
 
EntityWithVersion - Class in com.geotab.model.entity
An Entity that has a version field.
EntityWithVersion() - Constructor for class com.geotab.model.entity.EntityWithVersion
 
Entry() - Constructor for class com.geotab.model.Dictionary.Entry
 
equals(Object) - Method in class com.geotab.model.coordinate.Coordinate
 
equals(Object) - Method in class com.geotab.model.CustomParameter
 
equals(Object) - Method in class com.geotab.model.login.Credentials
 
Error - Class in com.geotab.model.error
 
Error() - Constructor for class com.geotab.model.error.Error
 
errorData - Variable in exception com.geotab.http.exception.JsonRpcErrorDataException
 
ErrorHandler - Class in com.geotab.http.exception
Utility class which checks JSON response for error and transforms it to the corresponding exception.
ErrorHandler() - Constructor for class com.geotab.http.exception.ErrorHandler
 
EVERYTHING_SECURITY_GROUP_ID - Static variable in class com.geotab.model.entity.group.EverythingSecurityGroup
 
EVERYTHING_SECURITY_GROUP_NAME - Static variable in class com.geotab.model.entity.group.EverythingSecurityGroup
 
EverythingSecurityGroup - Class in com.geotab.model.entity.group
This is a SystemSecurityClearance with an Id of GroupEverythingSecurityId.
EverythingSecurityGroup() - Constructor for class com.geotab.model.entity.group.EverythingSecurityGroup
 
EXCEPTION_EVENT_STATE_INVALID_ID - Static variable in class com.geotab.model.entity.exceptionevent.state.ExceptionEventStateInvalid
 
EXCEPTION_EVENT_STATE_VALID_ID - Static variable in class com.geotab.model.entity.exceptionevent.state.ExceptionEventStateValid
 
ExceptionEvent - Class in com.geotab.model.entity.exceptionevent
The event of an exception generated by Rule violation.
ExceptionEvent() - Constructor for class com.geotab.model.entity.exceptionevent.ExceptionEvent
 
ExceptionEventEntity - Static variable in interface com.geotab.api.DataStore
 
ExceptionEventListResponse - Class in com.geotab.http.response
Deprecated.
ExceptionEventListResponse() - Constructor for class com.geotab.http.response.ExceptionEventListResponse
Deprecated.
 
ExceptionEventSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for ExceptionEvent.
ExceptionEventSearch(String, LocalDateTime, LocalDateTime, DeviceSearch, RuleSearch) - Constructor for class com.geotab.model.search.ExceptionEventSearch
 
ExceptionEventState - Class in com.geotab.model.entity.exceptionevent.state
Specify the current state of the ExceptionEvent.
ExceptionEventState() - Constructor for class com.geotab.model.entity.exceptionevent.state.ExceptionEventState
 
ExceptionEventStateEntity - Static variable in interface com.geotab.api.DataStore
 
ExceptionEventStateInvalid - Class in com.geotab.model.entity.exceptionevent.state
Specifies that the ExceptionEvent is invalid.
ExceptionEventStateValid - Class in com.geotab.model.entity.exceptionevent.state
Specifies that the ExceptionEvent is valid.
ExceptionRuleBaseType - Enum in com.geotab.model.entity.rule
 
ExceptionRuleCategory - Enum in com.geotab.model.entity.rule
 
execute() - Method in interface com.geotab.api.Api.MultiCallBuilder
Execute the multi-call request.
externalDeviceShutDownDelay - Variable in class com.geotab.model.entity.device.GoCurveAuxiliary
The option which controls how long any attached external devices (Garmin, Iridium, HOS, RFID, RS232, CAN, and USB) are kept on after the vehicle is turned off in minutes.
externalDeviceShutDownDelay - Variable in class com.geotab.model.entity.device.GoLegacy
The External Device ShutDown Delay value for the vehicle.

F

FailureMode - Class in com.geotab.model.entity.failuremode
The Failure Mode Identifier (FMI) used to describe engine fault codes.
FailureMode() - Constructor for class com.geotab.model.entity.failuremode.FailureMode
 
FailureModeEntity - Static variable in interface com.geotab.api.DataStore
 
FailureModeListResponse - Class in com.geotab.http.response
Deprecated.
FailureModeListResponse() - Constructor for class com.geotab.http.response.FailureModeListResponse
Deprecated.
 
FailureModeSerializer - Class in com.geotab.model.serialization
 
FailureModeSerializer(JsonSerializer<Object>) - Constructor for class com.geotab.model.serialization.FailureModeSerializer
Need default serializer so that FailureMode which is not system wise, can be serialized normally as object json.
FAULT_DATA_FILTER - Static variable in class com.geotab.model.serialization.filter.FaultDataFilterProvider
 
FAULT_STATUS_ACTIVE_ID - Static variable in class com.geotab.model.entity.faultdata.FaultStatusActive
 
FAULT_STATUS_ACTIVE_NAME - Static variable in class com.geotab.model.entity.faultdata.FaultStatusActive
 
FAULT_STATUS_CLEARED_ID - Static variable in class com.geotab.model.entity.faultdata.FaultStatusCleared
 
FAULT_STATUS_CLEARED_NAME - Static variable in class com.geotab.model.entity.faultdata.FaultStatusCleared
 
FAULT_STATUS_INACTIVE_ID - Static variable in class com.geotab.model.entity.faultdata.FaultStatusInactive
 
FAULT_STATUS_INACTIVE_NAME - Static variable in class com.geotab.model.entity.faultdata.FaultStatusInactive
 
FAULT_STATUS_NONE_ID - Static variable in class com.geotab.model.entity.faultdata.FaultStatusNone
 
FAULT_STATUS_NONE_NAME - Static variable in class com.geotab.model.entity.faultdata.FaultStatusNone
 
FAULT_STATUS_PENDING_ID - Static variable in class com.geotab.model.entity.faultdata.FaultStatusPending
 
FAULT_STATUS_PENDING_NAME - Static variable in class com.geotab.model.entity.faultdata.FaultStatusPending
 
FaultData - Class in com.geotab.model.entity.faultdata
A record that represents a fault code record from the engine system of the specific Device.
FaultData() - Constructor for class com.geotab.model.entity.faultdata.FaultData
 
FaultDataEntity - Static variable in interface com.geotab.api.DataStore
 
FaultDataFilterProvider - Class in com.geotab.model.serialization.filter
Custom FaultData serialization filter based on properties values.
FaultDataFilterProvider() - Constructor for class com.geotab.model.serialization.filter.FaultDataFilterProvider
 
FaultDataListResponse - Class in com.geotab.http.response
Deprecated.
FaultDataListResponse() - Constructor for class com.geotab.http.response.FaultDataListResponse
Deprecated.
 
FaultDataSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for a FaultData.
FaultDataSearch(String, DeviceSearch, DiagnosticSearch, LocalDateTime, LocalDateTime, List<GroupSearch>) - Constructor for class com.geotab.model.search.FaultDataSearch
 
FaultLampState - Enum in com.geotab.model.entity.faultdata
 
faultResetMode - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
The FaultResetMode of the diagnostic (whether the fault resets automatically or manually).
FaultResetMode - Enum in com.geotab.model.entity.faultdata
 
FaultState - Enum in com.geotab.model.entity.device
 
FaultStateProvider - Class in com.geotab.model.entity.faultdata
Class to describe FaultState.
FaultStateProvider(FaultStatus) - Constructor for class com.geotab.model.entity.faultdata.FaultStateProvider
 
FaultStateProviderAware - Interface in com.geotab.model.entity.faultdata
Interface for providing FaultState.
FaultStatus - Class in com.geotab.model.entity.faultdata
Class to describe FaultState.
FaultStatus(String) - Constructor for class com.geotab.model.entity.faultdata.FaultStatus
 
FaultStatusActive - Class in com.geotab.model.entity.faultdata
The Active Fault Status.
FaultStatusAsStringSerializer - Class in com.geotab.model.serialization
 
FaultStatusAsStringSerializer() - Constructor for class com.geotab.model.serialization.FaultStatusAsStringSerializer
 
FaultStatusCleared - Class in com.geotab.model.entity.faultdata
The Cleared Fault Status.
FaultStatusEntity - Static variable in interface com.geotab.api.DataStore
 
FaultStatusInactive - Class in com.geotab.model.entity.faultdata
The Inactive Fault Status.
FaultStatusNone - Class in com.geotab.model.entity.faultdata
The Pending Fault Status.
FaultStatusPending - Class in com.geotab.model.entity.faultdata
The Pending Fault Status.
FeedResult<T extends Entity> - Class in com.geotab.model
 
FeedResult(List<T>, String) - Constructor for class com.geotab.model.FeedResult
 
findByName(String) - Static method in enum com.geotab.model.entity.device.DeviceType
 
findByName(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusViolationType
 
findByName(String) - Static method in enum com.geotab.model.entity.user.Currency
 
findOrDefault(String) - Static method in enum com.geotab.http.exception.DbUnavailableState
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.device.DevicePlan
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.device.DeviceType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.device.DtcClass
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.device.FaultState
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.device.VehicleFeatureCategory
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.diagnostic.DiagnosticType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.diagnostic.ValidLoggingPeriod
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.driverchange.DriverChangeType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusDeferralType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusLogType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusMalfunctionTypes
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusOrigin
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusState
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusViolationType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.dvirlog.DVIRLogType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.dvirlog.RepairStatusType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.faultdata.FaultLampState
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.faultdata.FaultResetMode
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.file.MediaType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.file.Status
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.fuel.FuelTaxRoadType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.fuel.FuelTransactionProductType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.fuel.FuelTransactionProvider
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.group.DefectSeverity
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.group.SecurityIdentifier
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.notification.NotificationBinaryFileType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.notification.NotificationTemplatePurpose
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.route.RouteType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.textmessage.MessageContentType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.trip.TripType
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.user.Currency
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.user.HosRuleSet
 
findOrDefault(String) - Static method in enum com.geotab.model.entity.user.UserAuthenticationType
 
firstDayOfWeek - Variable in class com.geotab.model.entity.user.User
The user's preferred day to represent the start of the week.
firstName - Variable in class com.geotab.model.entity.user.User
The first name of the user.
FLASH_MEMORY - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
FlashCode - Class in com.geotab.model.entity.flashcode
The optional summary code references for specific Diagnostic items referencing FaultData records.
FlashCode() - Constructor for class com.geotab.model.entity.flashcode.FlashCode
 
FlashCodeEntity - Static variable in interface com.geotab.api.DataStore
 
FloatArraySerializer - Class in com.geotab.model.serialization
 
FloatArraySerializer() - Constructor for class com.geotab.model.serialization.FloatArraySerializer
 
FloatPrimitiveArraySerializer - Class in com.geotab.model.serialization
 
FloatPrimitiveArraySerializer() - Constructor for class com.geotab.model.serialization.FloatPrimitiveArraySerializer
 
FloatSerializer - Class in com.geotab.model.serialization
 
FloatSerializer() - Constructor for class com.geotab.model.serialization.FloatSerializer
 
frequencyOffset - Variable in class com.geotab.model.entity.device.Go4v3
The FrequencyOffset used on the device radio.
frequencyOffset - Variable in class com.geotab.model.entity.device.GoLegacy
The FrequencyOffset used on the device radio.
fromDate - Variable in class com.geotab.http.request.param.GetRoadMaxSpeedsParameters
 
fromLtrb(float, float, float, float) - Static method in class com.geotab.model.drawing.RectangleF
Gets a rectangle from left top right bottom.
fromProductId(int) - Static method in class com.geotab.model.entity.device.Device
Get the correct Device object from the given product Id.
fromSerialNumber(String) - Static method in class com.geotab.model.entity.device.Device
Returns the correct type of device for the given serial number.
fromSystem(String) - Static method in class com.geotab.model.entity.controller.Controller
 
fromSystem(String) - Static method in class com.geotab.model.entity.enginetype.EngineType
 
fromSystem(String) - Static method in class com.geotab.model.entity.exceptionevent.ExceptionEvent
 
fromSystem(String) - Static method in class com.geotab.model.entity.exceptionevent.state.ExceptionEventState
 
fromSystem(String) - Static method in class com.geotab.model.entity.failuremode.FailureMode
 
fromSystem(String) - Static method in class com.geotab.model.entity.faultdata.FaultStatus
 
fromSystem(String) - Static method in class com.geotab.model.entity.notification.NotificationBinaryFile
 
fromSystem(String) - Static method in class com.geotab.model.entity.parametergroup.ParameterGroup
 
fromSystem(String) - Static method in class com.geotab.model.entity.recipient.Recipient
 
fromSystem(String) - Static method in class com.geotab.model.entity.rule.Rule
 
fromSystem(String) - Static method in class com.geotab.model.entity.source.Source
 
fromSystem(String) - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasure
 
fromSystem(String) - Static method in class com.geotab.model.entity.user.User
 
fromSystem(String) - Static method in class com.geotab.model.entity.worktime.WorkTime
 
fromSystem(String) - Static method in class com.geotab.model.entity.zone.type.ZoneType
 
fromSystem(String) - Static method in class com.geotab.model.entity.zone.Zone
 
FuelEconomyUnit - Enum in com.geotab.model.entity.fuel
 
fuelEconomyUnit - Variable in class com.geotab.model.entity.user.User
The user's preferred FuelEconomyUnit for viewing fuel economy.
FuelEvent - Class in com.geotab.model.entity.fuel
Log of fueling events.
FuelEvent() - Constructor for class com.geotab.model.entity.fuel.FuelEvent
 
FuelEventEntity - Static variable in interface com.geotab.api.DataStore
 
FuelTaxAttributes - Class in com.geotab.model.entity.fuel
Fuel tax attributes.
FuelTaxAttributes(Boolean, FuelTaxRoadType) - Constructor for class com.geotab.model.entity.fuel.FuelTaxAttributes
 
FuelTaxDetail - Class in com.geotab.model.entity.fuel
Fuel tax reporting element.
FuelTaxDetail() - Constructor for class com.geotab.model.entity.fuel.FuelTaxDetail
 
FuelTaxDetailEntity - Static variable in interface com.geotab.api.DataStore
 
FuelTaxDetailListResponse - Class in com.geotab.http.response
Deprecated.
FuelTaxDetailListResponse() - Constructor for class com.geotab.http.response.FuelTaxDetailListResponse
Deprecated.
 
FuelTaxDetailSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for FuelTaxDetail elements.
FuelTaxDetailSearch(String, DeviceSearch, LocalDateTime, LocalDateTime, Boolean, Boolean) - Constructor for class com.geotab.model.search.FuelTaxDetailSearch
 
FuelTaxRoadType - Enum in com.geotab.model.entity.fuel
 
FuelTransaction - Class in com.geotab.model.entity.fuel
Log of fueling events.
FuelTransaction() - Constructor for class com.geotab.model.entity.fuel.FuelTransaction
 
FuelTransactionEntity - Static variable in interface com.geotab.api.DataStore
 
FuelTransactionListResponse - Class in com.geotab.http.response
Deprecated.
FuelTransactionListResponse() - Constructor for class com.geotab.http.response.FuelTransactionListResponse
Deprecated.
 
FuelTransactionProductType - Enum in com.geotab.model.entity.fuel
 
FuelTransactionProvider - Enum in com.geotab.model.entity.fuel
 
FuelTransactionSearch - Class in com.geotab.model.search
The criteria used when searching for a FuelTransaction.
FuelTransactionSearch(String, LocalDateTime, LocalDateTime, Long, String, Boolean, String, FuelTransactionProvider, DeviceSearch) - Constructor for class com.geotab.model.search.FuelTransactionSearch
 
FuelUpEventConfidences - Enum in com.geotab.model.entity.fuel
 
FuelUsed - Class in com.geotab.model.entity.fuel
An event representing fuel used for a vehicle.
FuelUsed() - Constructor for class com.geotab.model.entity.fuel.FuelUsed
 
FuelUsedEntity - Static variable in interface com.geotab.api.DataStore
 
FuelUsedSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for FuelUsed elements.
FuelUsedSearch(String, DeviceSearch, LocalDateTime, LocalDateTime) - Constructor for class com.geotab.model.search.FuelUsedSearch
 

G

GARMIN - Static variable in class com.geotab.model.entity.ioxaddon.KnownIoxAddOnType
The Garmin Iox Add-On type.
GARMIN_FEATURES - Static variable in class com.geotab.model.entity.device.DeviceFlags
The VehicleFeatureCategorys that relate to Garmin.
GEOTAB_GO_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceGoObsolete
 
GeotabApi - Class in com.geotab.api
 
GeotabApi(Credentials) - Constructor for class com.geotab.api.GeotabApi
Create new api instance.
GeotabApi(Credentials, String, int) - Constructor for class com.geotab.api.GeotabApi
Create new api instance.
GeotabApi(Credentials, String, int, String, CloseableHttpClient) - Constructor for class com.geotab.api.GeotabApi
Create new api instance.
Get - Static variable in interface com.geotab.api.Api
GetAddresses - Static variable in interface com.geotab.api.WebMethods
 
GetAddressesParameters - Class in com.geotab.http.request.param
 
GetAddressesParameters() - Constructor for class com.geotab.http.request.param.GetAddressesParameters
 
getAuxWarningSpeed() - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
getBearing(Coordinate, Coordinate) - Static method in class com.geotab.model.coordinate.Coordinate
Calculates a geographical bearing between two points.
getBottom() - Method in class com.geotab.model.drawing.RectangleF
The bottom (Y) of the rectangle.
getByCode(Integer) - Static method in enum com.geotab.model.error.JsonRpcErrorCode
 
getCalculatedExtent(List<Coordinate>) - Static method in class com.geotab.model.coordinate.Coordinate
Recalculate the extent of collection of coordinates.
getCentroid(List<Coordinate>) - Static method in class com.geotab.model.coordinate.Coordinate
Get the centroid of collection of Coordinate(s).
getChannel() - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
getChannelCount() - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
getChildren() - Method in class com.geotab.model.entity.group.DefectsGroup
 
getCode() - Method in enum com.geotab.http.exception.DbUnavailableState
 
getCode() - Method in enum com.geotab.http.exception.InvalidUserType
 
getCode() - Method in enum com.geotab.model.entity.condition.ConditionType
 
getCode() - Method in enum com.geotab.model.entity.customproperty.SupportedPropertyType
 
getCode() - Method in enum com.geotab.model.entity.device.DevicePlan
 
getCode() - Method in enum com.geotab.model.entity.device.DtcClass
 
getCode() - Method in enum com.geotab.model.entity.device.DtcSeverity
 
getCode() - Method in enum com.geotab.model.entity.device.GoTalkLanguage
 
getCode() - Method in enum com.geotab.model.entity.device.HosOption
 
getCode() - Method in enum com.geotab.model.entity.device.VehicleFeatureCategory
 
getCode() - Method in enum com.geotab.model.entity.diagnostic.ValidLoggingPeriod
 
getCode() - Method in enum com.geotab.model.entity.driverchange.DriverChangeType
 
getCode() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusDeferralType
 
getCode() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusLogType
 
getCode() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusMalfunctionTypes
 
getCode() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusOrigin
 
getCode() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusState
 
getCode() - Method in enum com.geotab.model.entity.dvirlog.DVIRLogType
 
getCode() - Method in enum com.geotab.model.entity.dvirlog.RepairStatusType
 
getCode() - Method in enum com.geotab.model.entity.faultdata.FaultResetMode
 
getCode() - Method in enum com.geotab.model.entity.file.MediaType
 
getCode() - Method in enum com.geotab.model.entity.file.Status
 
getCode() - Method in enum com.geotab.model.entity.fuel.FuelTaxRoadType
 
getCode() - Method in enum com.geotab.model.entity.fuel.FuelTransactionProductType
 
getCode() - Method in enum com.geotab.model.entity.fuel.FuelTransactionProvider
 
getCode() - Method in enum com.geotab.model.entity.group.DefectAssetType
 
getCode() - Method in enum com.geotab.model.entity.group.DefectSeverity
 
getCode() - Method in enum com.geotab.model.entity.notification.MediaFileType
 
getCode() - Method in enum com.geotab.model.entity.notification.NotificationTemplatePurpose
 
getCode() - Method in enum com.geotab.model.entity.recipient.RecipientType
 
getCode() - Method in enum com.geotab.model.entity.reporttemplate.ReportDataSource
 
getCode() - Method in enum com.geotab.model.entity.reporttemplate.ReportTemplateType
 
getCode() - Method in enum com.geotab.model.entity.route.RouteType
 
getCode() - Method in enum com.geotab.model.entity.rule.ExceptionRuleBaseType
 
getCode() - Method in enum com.geotab.model.entity.textmessage.MessageContentType
 
getCode() - Method in enum com.geotab.model.entity.trip.TripType
 
getCode() - Method in enum com.geotab.model.entity.user.DriverKeyType
 
getCode() - Method in enum com.geotab.model.entity.user.UserAuthenticationType
 
getCode() - Method in enum com.geotab.model.entity.user.ZoneDisplayMode
 
getCode() - Method in enum com.geotab.model.error.JsonRpcErrorCode
 
getColor() - Method in class com.geotab.model.entity.group.SystemGroupBase
 
getColor() - Method in class com.geotab.model.entity.group.SystemSecurityClearance
 
GetCoordinates - Static variable in interface com.geotab.api.WebMethods
 
GetCoordinatesParameters - Class in com.geotab.http.request.param
 
GetCoordinatesParameters() - Constructor for class com.geotab.http.request.param.GetCoordinatesParameters
 
GetCountOf - Static variable in interface com.geotab.api.Api
getCredentials() - Method in class com.geotab.http.request.AuthenticatedRequest
 
GetDaylightSavingRules - Static variable in interface com.geotab.api.WebMethods
 
GetDaylightSavingRulesParameters - Class in com.geotab.http.request.param
 
GetDaylightSavingRulesParameters() - Constructor for class com.geotab.http.request.param.GetDaylightSavingRulesParameters
 
getDescription() - Method in enum com.geotab.http.exception.InvalidUserType
 
GetDirections - Static variable in interface com.geotab.api.WebMethods
 
GetDirectionsParameters - Class in com.geotab.http.request.param
 
GetDirectionsParameters() - Constructor for class com.geotab.http.request.param.GetDirectionsParameters
 
getEnableAuxWarning() - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
getEngineHourOffset() - Method in interface com.geotab.model.entity.device.EngineHoursAdjustmentProviderAware
 
getEngineVehicleIdentificationNumber() - Method in interface com.geotab.model.entity.device.VehicleIdentificationNumberAware
 
getErrorData() - Method in exception com.geotab.http.exception.JsonRpcErrorDataException
 
getExtent(List<LogRecord>) - Static method in class com.geotab.model.entity.logrecord.LogRecord
Calculates Coordinate list representing an extent that fully covers the LogRecord(s).
getExternalDeviceShutDownDelay() - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
getExtraProperties() - Method in class com.geotab.model.entity.Entity
Experimental feature to expose extra properties in entity models.
GetFeed - Static variable in interface com.geotab.api.Api
GetFeedAnnotationLogResponse - Class in com.geotab.http.response
Deprecated.
GetFeedAnnotationLogResponse() - Constructor for class com.geotab.http.response.GetFeedAnnotationLogResponse
Deprecated.
 
GetFeedAuditResponse - Class in com.geotab.http.response
Deprecated.
GetFeedAuditResponse() - Constructor for class com.geotab.http.response.GetFeedAuditResponse
Deprecated.
 
GetFeedCustomDataResponse - Class in com.geotab.http.response
Deprecated.
GetFeedCustomDataResponse() - Constructor for class com.geotab.http.response.GetFeedCustomDataResponse
Deprecated.
 
GetFeedDebugDataResponse - Class in com.geotab.http.response
Deprecated.
GetFeedDebugDataResponse() - Constructor for class com.geotab.http.response.GetFeedDebugDataResponse
Deprecated.
 
GetFeedDeviceResponse - Class in com.geotab.http.response
Deprecated.
GetFeedDeviceResponse() - Constructor for class com.geotab.http.response.GetFeedDeviceResponse
Deprecated.
 
GetFeedDeviceStatusInfoResponse - Class in com.geotab.http.response
Deprecated.
GetFeedDeviceStatusInfoResponse() - Constructor for class com.geotab.http.response.GetFeedDeviceStatusInfoResponse
Deprecated.
 
GetFeedDiagnosticResponse - Class in com.geotab.http.response
Deprecated.
GetFeedDiagnosticResponse() - Constructor for class com.geotab.http.response.GetFeedDiagnosticResponse
Deprecated.
 
GetFeedDriverChangeResponse - Class in com.geotab.http.response
Deprecated.
GetFeedDriverChangeResponse() - Constructor for class com.geotab.http.response.GetFeedDriverChangeResponse
Deprecated.
 
GetFeedDutyStatusAvailabilityResponse - Class in com.geotab.http.response
Deprecated.
GetFeedDutyStatusAvailabilityResponse() - Constructor for class com.geotab.http.response.GetFeedDutyStatusAvailabilityResponse
Deprecated.
 
GetFeedDutyStatusLogResponse - Class in com.geotab.http.response
Deprecated.
GetFeedDutyStatusLogResponse() - Constructor for class com.geotab.http.response.GetFeedDutyStatusLogResponse
Deprecated.
 
GetFeedDVIRLogResponse - Class in com.geotab.http.response
Deprecated.
GetFeedDVIRLogResponse() - Constructor for class com.geotab.http.response.GetFeedDVIRLogResponse
Deprecated.
 
GetFeedExceptionEventResponse - Class in com.geotab.http.response
Deprecated.
GetFeedExceptionEventResponse() - Constructor for class com.geotab.http.response.GetFeedExceptionEventResponse
Deprecated.
 
GetFeedFaultDataResponse - Class in com.geotab.http.response
Deprecated.
GetFeedFaultDataResponse() - Constructor for class com.geotab.http.response.GetFeedFaultDataResponse
Deprecated.
 
GetFeedFuelTaxDetailResponse - Class in com.geotab.http.response
Deprecated.
GetFeedFuelTaxDetailResponse() - Constructor for class com.geotab.http.response.GetFeedFuelTaxDetailResponse
Deprecated.
 
GetFeedIoxAddOnResponse - Class in com.geotab.http.response
Deprecated.
GetFeedIoxAddOnResponse() - Constructor for class com.geotab.http.response.GetFeedIoxAddOnResponse
Deprecated.
 
GetFeedLogRecordResponse - Class in com.geotab.http.response
Deprecated.
GetFeedLogRecordResponse() - Constructor for class com.geotab.http.response.GetFeedLogRecordResponse
Deprecated.
 
GetFeedMediaFileResponse - Class in com.geotab.http.response
Deprecated.
GetFeedMediaFileResponse() - Constructor for class com.geotab.http.response.GetFeedMediaFileResponse
Deprecated.
 
GetFeedParameters<T extends Search> - Class in com.geotab.http.request.param
This is the primary method used to sync data from the MyGeotab system for example all the GPS positions.
GetFeedParameters() - Constructor for class com.geotab.http.request.param.GetFeedParameters
 
GetFeedRouteResponse - Class in com.geotab.http.response
Deprecated.
GetFeedRouteResponse() - Constructor for class com.geotab.http.response.GetFeedRouteResponse
Deprecated.
 
GetFeedRuleResponse - Class in com.geotab.http.response
Deprecated.
GetFeedRuleResponse() - Constructor for class com.geotab.http.response.GetFeedRuleResponse
Deprecated.
 
GetFeedShipmentLogResponse - Class in com.geotab.http.response
Deprecated.
GetFeedShipmentLogResponse() - Constructor for class com.geotab.http.response.GetFeedShipmentLogResponse
Deprecated.
 
GetFeedStatusDataResponse - Class in com.geotab.http.response
Deprecated.
GetFeedStatusDataResponse() - Constructor for class com.geotab.http.response.GetFeedStatusDataResponse
Deprecated.
 
GetFeedTextMesageResponse - Class in com.geotab.http.response
Deprecated.
GetFeedTextMesageResponse() - Constructor for class com.geotab.http.response.GetFeedTextMesageResponse
Deprecated.
 
GetFeedTrailerAttachmentResponse - Class in com.geotab.http.response
Deprecated.
GetFeedTrailerAttachmentResponse() - Constructor for class com.geotab.http.response.GetFeedTrailerAttachmentResponse
Deprecated.
 
GetFeedTrailerResponse - Class in com.geotab.http.response
Deprecated.
GetFeedTrailerResponse() - Constructor for class com.geotab.http.response.GetFeedTrailerResponse
Deprecated.
 
GetFeedTripResponse - Class in com.geotab.http.response
Deprecated.
GetFeedTripResponse() - Constructor for class com.geotab.http.response.GetFeedTripResponse
Deprecated.
 
GetFeedUserResponse - Class in com.geotab.http.response
Deprecated.
GetFeedUserResponse() - Constructor for class com.geotab.http.response.GetFeedUserResponse
Deprecated.
 
GetFeedZoneResponse - Class in com.geotab.http.response
Deprecated.
GetFeedZoneResponse() - Constructor for class com.geotab.http.response.GetFeedZoneResponse
Deprecated.
 
getFrequencyOffset() - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
getId() - Method in class com.geotab.model.entity.dutystatus.DutyStatusAvailability
 
getId() - Method in class com.geotab.model.entity.dutystatus.DutyStatusViolation
 
getId() - Method in interface com.geotab.model.serialization.SystemEntitySerializationAware
Get Entity id.
getImmobilizeArming() - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
getInstance() - Static method in class com.geotab.model.entity.controller.BrpFaultController
 
getInstance() - Static method in class com.geotab.model.entity.controller.GmcccFaultController
 
getInstance() - Static method in class com.geotab.model.entity.controller.GoFaultController
 
getInstance() - Static method in class com.geotab.model.entity.controller.LegacyFaultController
 
getInstance() - Static method in class com.geotab.model.entity.controller.NoController
 
getInstance() - Static method in class com.geotab.model.entity.controller.ProprietaryFaultController
 
getInstance() - Static method in class com.geotab.model.entity.device.NoDevice
 
getInstance() - Static method in class com.geotab.model.entity.diagnostic.NoDiagnostic
 
getInstance() - Static method in class com.geotab.model.entity.enginetype.EngineTypeGeneric
 
getInstance() - Static method in class com.geotab.model.entity.enginetype.EngineTypeNone
 
getInstance() - Static method in class com.geotab.model.entity.exceptionevent.NoExceptionEvent
 
getInstance() - Static method in class com.geotab.model.entity.exceptionevent.state.ExceptionEventStateInvalid
 
getInstance() - Static method in class com.geotab.model.entity.exceptionevent.state.ExceptionEventStateValid
 
getInstance() - Static method in class com.geotab.model.entity.failuremode.NoFailureMode
 
getInstance() - Static method in class com.geotab.model.entity.faultdata.FaultStatusActive
 
getInstance() - Static method in class com.geotab.model.entity.faultdata.FaultStatusCleared
 
getInstance() - Static method in class com.geotab.model.entity.faultdata.FaultStatusInactive
 
getInstance() - Static method in class com.geotab.model.entity.faultdata.FaultStatusNone
 
getInstance() - Static method in class com.geotab.model.entity.faultdata.FaultStatusPending
 
getInstance() - Static method in class com.geotab.model.entity.notification.DefaultApplicationExceptionEmailTemplate
 
getInstance() - Static method in class com.geotab.model.entity.notification.DefaultExceptionRuleEmailTemplate
 
getInstance() - Static method in class com.geotab.model.entity.notification.DefaultExceptionRulePopupTextTemplate
 
getInstance() - Static method in class com.geotab.model.entity.notification.DefaultExceptionRuleTextTemplate
 
getInstance() - Static method in class com.geotab.model.entity.notification.DefaultMaintenanceReminderEmailTemplate
 
getInstance() - Static method in class com.geotab.model.entity.parametergroup.ParameterGroupNone
 
getInstance() - Static method in class com.geotab.model.entity.recipient.NoRecipient
 
getInstance() - Static method in class com.geotab.model.entity.rule.NoRule
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceAiModel
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceAiModelObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceBrp
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceBrpObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceGmccc
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceGmcccObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceGo
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceGoObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceJ1708
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceJ1708Obsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceJ1939
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceJ1939Obsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceLegacy
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceLegacyObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceLevc
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceLevcObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceObd
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceObdObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceObdSa
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceObdSaObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceProprietary
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceProprietaryObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceSystem
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceSystemObsolete
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceThirdParty
 
getInstance() - Static method in class com.geotab.model.entity.source.SourceThirdPartyObsolete
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureAmps
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureBytes
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureCubicMeters
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureCubicMetersPerSecond
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureDegreesCelsius
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGrams
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGramsPerSecond
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGramsPerSquareMeter
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureHertz
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilogramsPerKilometer
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerHour
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerKilogram
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerKiloWattHour
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerLiter
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKiloWattHours
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLiters
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLitersPerLaneKilometer
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLitersPerTonne
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureMeters
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureMetersPerSecondSquared
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNewtonMeters
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNewtons
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNone
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureOhms
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureOhmsPerSecond
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePartsPerMillion
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePascals
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePercentage
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePulsesPerMeter
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRadians
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRevolutions
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRevolutionsPerMinute
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureSeconds
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureSystem
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureVolts
 
getInstance() - Static method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureWatts
 
getInstance() - Static method in class com.geotab.model.entity.user.NoDriver
 
getInstance() - Static method in class com.geotab.model.entity.user.NoUser
 
getInstance() - Static method in class com.geotab.model.entity.user.SystemUser
 
getInstance() - Static method in class com.geotab.model.entity.user.UnknownDriver
 
getInstance() - Static method in class com.geotab.model.entity.worktime.WorkTimeAllHours
 
getInstance() - Static method in class com.geotab.model.entity.zone.NoZone
 
getInstance() - Static method in class com.geotab.model.entity.zone.type.ZoneTypeAddressLookup
 
getInstance() - Static method in class com.geotab.model.entity.zone.type.ZoneTypeCustomer
 
getInstance() - Static method in class com.geotab.model.entity.zone.type.ZoneTypeHome
 
getInstance() - Static method in class com.geotab.model.entity.zone.type.ZoneTypeOffice
 
getInstance() - Static method in class com.geotab.model.serialization.ApiJsonSerializer
 
getIsAuxIgnTrigger() - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
getIsAuxInverted() - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
getLeft() - Method in class com.geotab.model.drawing.RectangleF
The left (X) of the rectangle.
getLicensePlate() - Method in interface com.geotab.model.entity.device.LicensableAware
 
getLicenseState() - Method in interface com.geotab.model.entity.device.LicensableAware
 
getLocation() - Method in class com.geotab.model.drawing.RectangleF
The location (top left) of the rectangle.
getMessage() - Method in exception com.geotab.http.exception.ResponseFailException
 
getName() - Method in enum com.geotab.http.exception.DbUnavailableState
 
getName() - Method in enum com.geotab.model.entity.condition.ConditionType
 
getName() - Method in enum com.geotab.model.entity.customproperty.SupportedPropertyType
 
getName() - Method in enum com.geotab.model.entity.device.DevicePlan
 
getName() - Method in enum com.geotab.model.entity.device.DeviceType
 
getName() - Method in enum com.geotab.model.entity.device.DtcClass
 
getName() - Method in enum com.geotab.model.entity.device.DtcSeverity
 
getName() - Method in enum com.geotab.model.entity.device.FaultState
 
getName() - Method in enum com.geotab.model.entity.device.GoTalkLanguage
 
getName() - Method in enum com.geotab.model.entity.device.HosOption
 
getName() - Method in enum com.geotab.model.entity.device.VehicleFeatureCategory
 
getName() - Method in enum com.geotab.model.entity.diagnostic.DiagnosticType
 
getName() - Method in enum com.geotab.model.entity.diagnostic.ValidLoggingPeriod
 
getName() - Method in class com.geotab.model.entity.distributionlist.DistributionListSystem
 
getName() - Method in enum com.geotab.model.entity.driverchange.DriverChangeType
 
getName() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusDeferralType
 
getName() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusLogType
 
getName() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusMalfunctionTypes
 
getName() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusOrigin
 
getName() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusState
 
getName() - Method in enum com.geotab.model.entity.dutystatus.DutyStatusViolationType
 
getName() - Method in enum com.geotab.model.entity.dvirlog.DVIRLogType
 
getName() - Method in enum com.geotab.model.entity.dvirlog.RepairStatusType
 
getName() - Method in enum com.geotab.model.entity.faultdata.FaultLampState
 
getName() - Method in enum com.geotab.model.entity.faultdata.FaultResetMode
 
getName() - Method in enum com.geotab.model.entity.file.MediaType
 
getName() - Method in enum com.geotab.model.entity.file.Status
 
getName() - Method in enum com.geotab.model.entity.fuel.FuelEconomyUnit
 
getName() - Method in enum com.geotab.model.entity.fuel.FuelTaxRoadType
 
getName() - Method in enum com.geotab.model.entity.fuel.FuelTransactionProductType
 
getName() - Method in enum com.geotab.model.entity.fuel.FuelTransactionProvider
 
getName() - Method in enum com.geotab.model.entity.fuel.FuelUpEventConfidences
 
getName() - Method in enum com.geotab.model.entity.group.DefectAssetType
 
getName() - Method in enum com.geotab.model.entity.group.DefectSeverity
 
getName() - Method in enum com.geotab.model.entity.group.SecurityIdentifier
 
getName() - Method in class com.geotab.model.entity.group.SystemGroupBase
 
getName() - Method in class com.geotab.model.entity.group.SystemSecurityClearance
 
getName() - Method in enum com.geotab.model.entity.notification.MediaFileType
 
getName() - Method in enum com.geotab.model.entity.notification.NotificationBinaryFileType
 
getName() - Method in enum com.geotab.model.entity.notification.NotificationTemplatePurpose
 
getName() - Method in enum com.geotab.model.entity.notification.WebRequestTemplateHttpVerb
 
getName() - Method in enum com.geotab.model.entity.recipient.RecipientType
 
getName() - Method in enum com.geotab.model.entity.reporttemplate.ReportDataSource
 
getName() - Method in enum com.geotab.model.entity.reporttemplate.ReportTemplateType
 
getName() - Method in enum com.geotab.model.entity.route.RouteType
 
getName() - Method in enum com.geotab.model.entity.rule.ExceptionRuleBaseType
 
getName() - Method in enum com.geotab.model.entity.rule.ExceptionRuleCategory
 
getName() - Method in enum com.geotab.model.entity.textmessage.MessageContentType
 
getName() - Method in enum com.geotab.model.entity.trip.TripType
 
getName() - Method in enum com.geotab.model.entity.user.Currency
 
getName() - Method in enum com.geotab.model.entity.user.DriverKeyType
 
getName() - Method in enum com.geotab.model.entity.user.ElectricEnergyEconomyUnit
 
getName() - Method in enum com.geotab.model.entity.user.HosRuleSet
 
getName() - Method in enum com.geotab.model.entity.user.UserAuthenticationType
 
getName() - Method in enum com.geotab.model.entity.user.ZoneDisplayMode
 
getName() - Method in enum com.geotab.model.entity.worktime.DayOfWeek
 
getName() - Method in enum com.geotab.model.entity.zone.IncludeGroups
 
getName() - Method in enum com.geotab.model.error.JsonRpcErrorCode
 
getName() - Method in interface com.geotab.model.serialization.HasName
 
getName() - Method in enum com.geotab.model.settings.GoogleMapStyle
 
getName() - Method in enum com.geotab.model.settings.HereMapStyle
 
getName() - Method in enum com.geotab.model.settings.OpenStreetMapStyle
 
getObjectMapper() - Method in class com.geotab.model.serialization.ApiJsonSerializer
Get the configured ObjectMapper.
getOdometerFactor() - Method in interface com.geotab.model.entity.device.OdometerAdjustmentProviderAware
 
getOdometerOffset() - Method in interface com.geotab.model.entity.device.OdometerAdjustmentProviderAware
 
getPrefix() - Method in enum com.geotab.model.entity.device.DeviceType
 
getProductId() - Method in enum com.geotab.model.entity.device.DeviceType
 
getResult() - Method in class com.geotab.http.response.StringResponse
Deprecated.
 
getRfParameterVersion() - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
getRight() - Method in class com.geotab.model.drawing.RectangleF
The right (X) of the rectangle.
GetRoadMaxSpeeds - Static variable in interface com.geotab.api.WebMethods
 
GetRoadMaxSpeedsParameters - Class in com.geotab.http.request.param
 
GetRoadMaxSpeedsParameters() - Constructor for class com.geotab.http.request.param.GetRoadMaxSpeedsParameters
 
getServerStackTrace() - Method in exception com.geotab.http.exception.ServerInvokerJsonException
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
getState() - Method in exception com.geotab.http.exception.DbUnavailableException
 
getThirdPartyProductId(String) - Static method in class com.geotab.util.ThirdPartyHelper
Gets the third-party product ID from a serial number or device prefix.
GetTimeZones - Static variable in interface com.geotab.api.WebMethods
 
getTop() - Method in class com.geotab.model.drawing.RectangleF
The top (Y) of the rectangle.
getType() - Method in enum com.geotab.model.entity.device.DeviceType
 
getVehicleIdentificationNumber() - Method in interface com.geotab.model.entity.device.VehicleIdentificationNumberAware
 
GetVersion - Static variable in interface com.geotab.api.WebMethods
 
getVersion() - Method in class com.geotab.model.entity.zone.Zone
 
GetVersionInformation - Static variable in interface com.geotab.api.WebMethods
 
global - Variable in class com.geotab.http.request.param.AuthenticateParameters
 
GMCC_FAULT_CONTROLLER_ID - Static variable in class com.geotab.model.entity.controller.GmcccFaultController
 
GmcccFaultController - Class in com.geotab.model.entity.controller
Controller reserved for faults generated with manufacturer specific codes.
GmcccFaultDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic for a Gmccc Device fault.
GmcccFaultDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.GmcccFaultDiagnostic
 
GO10 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Go10 - Class in com.geotab.model.entity.device
The Geotab GO10 device.
Go10() - Constructor for class com.geotab.model.entity.device.Go10
 
GO10_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go10 devices.
GO10_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for Go9 devices.
GO2 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
GO2_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go2 devices.
GO2_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default product Id for Go2 devices.
GO3 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
GO3_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go3 devices.
GO3_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default product Id for Go3 devices.
GO4 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
GO4_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go4 devices (pre Go4v3).
GO4_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default product Id for Go4 devices (pre Go4v3).
GO4_V3_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go4v3 devices.
GO4_V3_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default product Id for Go4v3 devices.
GO4V3 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Go4v3 - Class in com.geotab.model.entity.device
 
Go4v3() - Constructor for class com.geotab.model.entity.device.Go4v3
 
GO5 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Go5 - Class in com.geotab.model.entity.device
The Geotab GO5 device.
Go5() - Constructor for class com.geotab.model.entity.device.Go5
 
GO5_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go5 devices.
GO5_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default product Id for Go5 devices.
GO6 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Go6 - Class in com.geotab.model.entity.device
The Geotab GO6 device.
Go6() - Constructor for class com.geotab.model.entity.device.Go6
 
GO6_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go6 devices.
GO6_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for Go6 devices.
GO7 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Go7 - Class in com.geotab.model.entity.device
The Geotab GO7 device.
Go7() - Constructor for class com.geotab.model.entity.device.Go7
 
GO7_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go7 devices.
GO7_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for Go7 devices.
GO8 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Go8 - Class in com.geotab.model.entity.device
The Geotab GO8 device.
Go8() - Constructor for class com.geotab.model.entity.device.Go8
 
GO8_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go8 devices.
GO8_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for Go8 devices.
GO8_PRODUCT_ID_NO_GPS - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for Go8 devices without a gps.
GO9 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Go9 - Class in com.geotab.model.entity.device
The Geotab GO9 device.
Go9() - Constructor for class com.geotab.model.entity.device.Go9
 
GO9_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go9 devices.
GO9_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for Go9 devices.
GO9_PRODUCT_ID_NO_GPS - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for Go9 devices without a gps.
GO9B - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
Go9b - Class in com.geotab.model.entity.device
The Geotab GO9B device.
Go9b() - Constructor for class com.geotab.model.entity.device.Go9b
 
GO9B_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for Go9 devices.
GO9B_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for Go9b devices.
GO_DRIVE_DEVICE - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
GO_DRIVE_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for GoDrive mobile devices.
GO_DRIVE_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default product Id for GoDrive mobile devices.
GO_FAULT_CONTROLLER_ID - Static variable in class com.geotab.model.entity.controller.GoFaultController
 
GO_MAX_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The maximum Product ID for Go devices.
GO_PREFIX_TO_PRODUCT_ID_MAPPING - Static variable in class com.geotab.model.entity.device.Device
Prefix to product id mapping.
GO_TALK - Static variable in class com.geotab.model.entity.ioxaddon.KnownIoxAddOnType
The GoTalk Iox Add-On type.
GO_TALK - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
GoCurve - Class in com.geotab.model.entity.device
A GoCurve device.
GoCurve() - Constructor for class com.geotab.model.entity.device.GoCurve
 
GoCurveAuxiliary - Class in com.geotab.model.entity.device
Device that supports curve logging and auxiliaries.
GoCurveAuxiliary() - Constructor for class com.geotab.model.entity.device.GoCurveAuxiliary
 
GoDevice - Class in com.geotab.model.entity.device
The base device for all Geotab GO products.
GoDevice() - Constructor for class com.geotab.model.entity.device.GoDevice
 
GoDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic that originates from a Go Device.
GoDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.GoDiagnostic
 
GoDriveDevice - Class in com.geotab.model.entity.device
A mobile tracking device that is used in MyGeotab.
GoDriveDevice() - Constructor for class com.geotab.model.entity.device.GoDriveDevice
 
GoFaultController - Class in com.geotab.model.entity.controller
Controller reserved for faults generated by the Geotab GO Device.
GoFaultDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic for a Go Device fault.
GoFaultDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.GoFaultDiagnostic
 
GoLegacy - Class in com.geotab.model.entity.device
A legacy Geotab device is any GO device prior to GO4v3.
GoLegacy() - Constructor for class com.geotab.model.entity.device.GoLegacy
 
GoogleMapStyle - Enum in com.geotab.model.settings
 
GoTalkContent - Class in com.geotab.model.entity.textmessage
The contents of a TextMessage that will be delivered to a GoTalk.
GoTalkContent(String) - Constructor for class com.geotab.model.entity.textmessage.GoTalkContent
 
GoTalkLanguage - Enum in com.geotab.model.entity.device
 
GREEN - Static variable in class com.geotab.model.drawing.Color
 
Group - Class in com.geotab.model.entity.group
A group is one element in a hierarchical tree.
Group() - Constructor for class com.geotab.model.entity.group.Group
 
GroupEntity - Static variable in interface com.geotab.api.DataStore
 
GroupListResponse - Class in com.geotab.http.response
Deprecated.
GroupListResponse() - Constructor for class com.geotab.http.response.GroupListResponse
Deprecated.
 
GroupRelationViolatedException - Exception in com.geotab.http.exception
Exception with information about the grouped linked entities that hold a relation preventing removal.
GroupRelationViolatedException(Exception) - Constructor for exception com.geotab.http.exception.GroupRelationViolatedException
 
groups - Variable in class com.geotab.model.entity.device.Device
The list of Group(s) the device belongs to.
GroupSearch - Class in com.geotab.model.search
 
GroupSearch(String, Boolean, Id, String, String) - Constructor for class com.geotab.model.search.GroupSearch
 

H

harshBreak - Variable in class com.geotab.model.entity.device.GoLegacy
The harsh break.
hashCode() - Method in class com.geotab.model.coordinate.Coordinate
 
hashCode() - Method in class com.geotab.model.CustomParameter
 
hashCode() - Method in class com.geotab.model.login.Credentials
 
HasName - Interface in com.geotab.model.serialization
Markup interface used to identify enums serialized as string.
HereMapStyle - Enum in com.geotab.model.settings
 
HISTORIC_MAX - Static variable in class com.geotab.model.entity.device.Device
The maximum id value for devices that are archived.
HISTORIC_MIN - Static variable in class com.geotab.model.entity.device.Device
The minimum id value for devices that are archived.
HISTORIC_SERIAL_NUMBER - Static variable in class com.geotab.model.entity.device.Device
The default serial number of historic devices.
holidayGroup - Variable in class com.geotab.model.entity.worktime.WorkTime
HOS_FEATURES - Static variable in class com.geotab.model.entity.device.DeviceFlags
The VehicleFeatureCategorys that relate to Hos.
hosAddresses - Variable in class com.geotab.http.request.param.GetAddressesParameters
 
HosOption - Enum in com.geotab.model.entity.device
 
HosRuleSet - Enum in com.geotab.model.entity.user
 
hosRuleSet - Variable in class com.geotab.model.entity.user.User
The HosRuleSet the user follows.
HosRuleSetNew - Class in com.geotab.model.entity.hos
Hos Ruleset.
HosRuleSetNew() - Constructor for class com.geotab.model.entity.hos.HosRuleSetNew
 
HosRuleSetNewEntity - Static variable in interface com.geotab.api.DataStore
 
httpHeaders(Map<String, Object>) - Method in interface com.geotab.api.Api.MultiCallBuilder
Custom Http Headers to be set on the multi-call request.
httpHeaders - Variable in class com.geotab.http.request.BaseRequest
Custom Http Headers to be set on request.

I

id - Variable in class com.geotab.http.request.BaseRequest
 
id(Id) - Method in class com.geotab.model.entity.Entity.EntityBuilder
 
id(String) - Method in class com.geotab.model.entity.Entity.EntityBuilder
 
Id - Class in com.geotab.model
Represents an object containing just the id.
Id(String) - Constructor for class com.geotab.model.Id
 
IdAsStringSerializer - Class in com.geotab.model.serialization
 
IdAsStringSerializer() - Constructor for class com.geotab.model.serialization.IdAsStringSerializer
 
IdDeserializer - Class in com.geotab.model.serialization
 
IdDeserializer() - Constructor for class com.geotab.model.serialization.IdDeserializer
 
IdResponse - Class in com.geotab.http.response
Deprecated.
IdResponse() - Constructor for class com.geotab.http.response.IdResponse
Deprecated.
 
IdSearch - Class in com.geotab.model.search
 
IdSearch() - Constructor for class com.geotab.model.search.IdSearch
 
ignoreDownloadsUntil - Variable in class com.geotab.model.entity.device.Device
The date that tells the system at what moment should it start checking the device status and warn if there is no new data.
IMMOBILIZATION - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
immobilizeArming - Variable in class com.geotab.model.entity.device.GoCurveAuxiliary
It is used to define the delay before the driver identification reminder is sent out if the driver key has not been not swiped.
immobilizeArming - Variable in class com.geotab.model.entity.device.GoLegacy
The immobilize arming.
immobilizeUnit - Variable in class com.geotab.model.entity.device.GoCurveAuxiliary
Value mainly used for enable or disable driver identification reminder.
immobilizeUnit - Variable in class com.geotab.model.entity.device.GoLegacy
The immobilize unit.
IMPORT_EXPORT_DISTRIBUTION_LIST_ID - Static variable in class com.geotab.model.entity.distributionlist.ImportExportDistributionList
 
IMPORT_EXPORT_DISTRIBUTION_LIST_NAME - Static variable in class com.geotab.model.entity.distributionlist.ImportExportDistributionList
 
ImportExportDistributionList - Class in com.geotab.model.entity.distributionlist
Distribution lists for Import/Export notifications.
ImportExportDistributionList() - Constructor for class com.geotab.model.entity.distributionlist.ImportExportDistributionList
 
InactiveUserException - Exception in com.geotab.http.exception
User is in active Exception.
InactiveUserException(String) - Constructor for exception com.geotab.http.exception.InactiveUserException
 
include(BeanPropertyWriter) - Method in class com.geotab.model.serialization.filter.FaultDataFilterProvider
 
include(PropertyWriter) - Method in class com.geotab.model.serialization.filter.FaultDataFilterProvider
 
IncludeGroups - Enum in com.geotab.model.entity.zone
 
instructions - Variable in class com.geotab.model.geographical.Step
 
intersect(List<?>, List<?>) - Static method in interface com.geotab.util.Util
 
intersectsWithPoly(double, double, List<Coordinate>) - Static method in class com.geotab.model.coordinate.Coordinate
Returns whether the polygon intersects with a specific x and y.
InvalidCertificateException - Exception in com.geotab.http.exception
The exception thrown when a certificate cannot be materialized.
InvalidCertificateException(String, Throwable) - Constructor for exception com.geotab.http.exception.InvalidCertificateException
 
InvalidMyAdminUserException - Exception in com.geotab.http.exception
This exception is thrown on a MyAdmin databaseName logon with an incorrect user/password combination or when the MyAdmin user's credentials become invalid on a databaseName.
InvalidMyAdminUserException() - Constructor for exception com.geotab.http.exception.InvalidMyAdminUserException
 
InvalidMyAdminUserException(String) - Constructor for exception com.geotab.http.exception.InvalidMyAdminUserException
 
InvalidRequestException - Exception in com.geotab.http.exception
The exception that is thrown when an invalid request was made to a server.
InvalidRequestException(String, Throwable) - Constructor for exception com.geotab.http.exception.InvalidRequestException
 
InvalidUserException - Exception in com.geotab.http.exception
This exception is thrown on a logon with an incorrect user/password combination or when the user's credentials become invalid.
InvalidUserException() - Constructor for exception com.geotab.http.exception.InvalidUserException
 
InvalidUserException(String, Exception, InvalidUserType) - Constructor for exception com.geotab.http.exception.InvalidUserException
 
InvalidUserType - Enum in com.geotab.http.exception
 
invoke(BaseRequest<?>, Class<O>) - Method in class com.geotab.http.invoker.ServerInvoker
 
invoke(BaseRequest<?>, Api.MethodDescriptor<?, T>) - Method in class com.geotab.http.invoker.ServerInvoker
 
invokeJson(BaseRequest<?>) - Method in class com.geotab.http.invoker.ServerInvoker
Note that this is a bit slower than previous invokes because it creates an intermediary JSON tree.
invoker - Variable in class com.geotab.api.GeotabApi
 
invokeUnsafe(BaseRequest<?>, JavaType) - Method in class com.geotab.http.invoker.ServerInvoker
 
IOX_OUTPUT - Static variable in class com.geotab.model.entity.ioxaddon.KnownIoxAddOnType
The Output Iox Add-On type.
IOX_OUTPUT - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
IoxAddOn - Class in com.geotab.model.entity.ioxaddon
Represents an Iox Add-On (like modem or navigation device) that is attached to a GO unit.
IoxAddOn() - Constructor for class com.geotab.model.entity.ioxaddon.IoxAddOn
 
IoxAddOnEntity - Static variable in interface com.geotab.api.DataStore
 
IoxAddOnListResponse - Class in com.geotab.http.response
Deprecated.
IoxAddOnListResponse() - Constructor for class com.geotab.http.response.IoxAddOnListResponse
Deprecated.
 
IoxAddOnSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for IoxAddOn(s).
IoxAddOnSearch(String, DeviceSearch, Integer, Boolean) - Constructor for class com.geotab.model.search.IoxAddOnSearch
 
IoxOutputContent - Class in com.geotab.model.entity.textmessage
The contents of a TextMessage that can be used to control the state of an IOX-OUTPUT.
IoxOutputContent(boolean) - Constructor for class com.geotab.model.entity.textmessage.IoxOutputContent
 
IoxOutputContent() - Constructor for class com.geotab.model.entity.textmessage.IoxOutputContent
 
IRIDIUM - Static variable in class com.geotab.model.entity.ioxaddon.KnownIoxAddOnType
The Iridium Iox Add-On type.
isActiveTrackingEnabled - Variable in class com.geotab.model.entity.device.GoCurve
Toggle to enable active tracking on the device.
isAidedGpsEnabled - Variable in class com.geotab.model.entity.device.Go4v3
Indicating whether this device has aided GPS enabled.
isAidedGpsEnabled - Variable in class com.geotab.model.entity.device.GoLegacy
A value indicating whether this instance is aided GPS enabled.
isAidedGpsEnabled() - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
isAuthenticated() - Method in interface com.geotab.api.Api
Check if the API is authenticated.
isAuthenticated() - Method in class com.geotab.api.GeotabApi
 
isAutomaticVehicleManagementEnabled() - Method in class com.geotab.model.entity.device.CustomVehicleDevice
 
isAuxIgnTrigger - Variable in class com.geotab.model.entity.device.GoCurveAuxiliary
An array of the IsAuxIgnTriggers for the vehicle.
isAuxIgnTrigger - Variable in class com.geotab.model.entity.device.GoLegacy
An array that can get/set the IsAuxIgnTriggers for the vehicle.
isAuxInverted - Variable in class com.geotab.model.entity.device.GoCurveAuxiliary
An array of boolean flags indicating if a corresponding Aux signal should be inverted on importing the device data.
isAuxInverted - Variable in class com.geotab.model.entity.device.GoLegacy
An array of values indicating if a corresponding Aux signal should be inverted on importing the device data.
isBitMappedOptionParameter(CustomParameter) - Static method in class com.geotab.model.CustomParameter
Returns [true] if the custom parameter affects a bitmap options byte or [false] otherwise.
isDriver - Variable in class com.geotab.model.entity.user.User
The is driver toggle, if [true] the user is a driver, otherwise [false].
isDriverBlacklistParameter(CustomParameter) - Static method in class com.geotab.model.CustomParameter
Checks whether a parameter is a Driver Blacklist parameter.
isDriverSeatbeltWarningOn - Variable in class com.geotab.model.entity.device.GoCurve
Value which toggles beeping if an unbuckled seat belt is detected.
isEmailReportEnabled - Variable in class com.geotab.model.entity.user.User
If [true] the user will receive the emailed report, otherwise [false].
isEmpty(Collection<?>) - Static method in interface com.geotab.util.Util
 
isEmpty(String) - Static method in interface com.geotab.util.Util
 
isEnableControlExternalRelay() - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
isEULAAccepted - Variable in class com.geotab.model.entity.user.User
Value indicating whether the old EULA has been accepted by the end user.
isExemptHOSEnabled - Variable in class com.geotab.model.entity.user.User
Value indicating whether the user is allowed to HOS personal conveyance.
isExternalDevicePowerControlSupported() - Method in class com.geotab.model.entity.device.GoDevice
Gets returns true if this device supports external device power control.
isGarminSupported() - Method in class com.geotab.model.entity.device.GoDevice
Determines whether garmin is supported on this device.
isHarshBrakeWarningOn - Variable in class com.geotab.model.entity.device.GoLegacy
Whether to send warning on harsh brake.
isImmobilizeUnit() - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
isIoxAddOn(Integer) - Static method in class com.geotab.model.entity.ioxaddon.IoxAddOn
Determines whether the provided identifier is for an Iox Add-On.
isIoxConnectionEnabled - Variable in class com.geotab.model.entity.device.GoCurve
Value which toggles device IOX USB connection.
isLabsEnabled - Variable in class com.geotab.model.entity.user.User
Value indicating whether labs are enabled for this user.
isLogGuaranteedOnEstimateError - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
The value which describes if the diagnostic guarantees it will log when estimate error is exceeded.
isMetric - Variable in class com.geotab.model.entity.user.User
Whether the current regional settings is in metric units of measurement (or US/Imperial).
isNewsEnabled - Variable in class com.geotab.model.entity.user.User
Value that indicates whether news notifications are enabled for this user.
isNoGpsDevice() - Method in class com.geotab.model.entity.device.Device
Determine if a device is NoGps Device by its productId.
isNotEmpty(String) - Static method in interface com.geotab.util.Util
 
isNotOverlapping(List<CustomParameter>) - Static method in class com.geotab.model.CustomParameter
Validates that the given set of parameters is valid (no overlaps and doesn't collide with known parameters.
isOemDevice(int) - Static method in class com.geotab.util.ThirdPartyHelper
Checks if a product ID is a supported OEM device type.
isPassengerSeatbeltWarningOn - Variable in class com.geotab.model.entity.device.GoCurve
Value which toggles monitoring both passenger and driver unbuckled seat belt, otherwise only the driver is monitored.
isPersonalConveyanceEnabled - Variable in class com.geotab.model.entity.user.User
Value indicating whether the user is allowed to HOS personal conveyance.
isPinDevice() - Method in class com.geotab.model.entity.device.CustomVehicleDevice
 
isPinDevice() - Method in class com.geotab.model.entity.device.GoDevice
 
isPinDevice() - Method in interface com.geotab.model.entity.device.VehicleIdentificationNumberAware
 
isPolygon(List<Coordinate>) - Static method in class com.geotab.model.coordinate.Coordinate
Get whether this polygon is a properly formed polygon having the end point equal to the first point.
isResetDriverIdAtIgnitionOff(List<CustomParameter>) - Static method in class com.geotab.model.CustomParameter
Check if "Reset Driver ID at Ignition Off" parameter is set.
isReverseDetectOn - Variable in class com.geotab.model.entity.device.GoCurve
Value which toggles device beeping when the vehicle is reversing.
isRFDevice() - Method in class com.geotab.model.entity.device.GoDevice
Returns true if this device is definitely an rf device.
isRfUploadOnWhenMoving - Variable in class com.geotab.model.entity.device.Go4v3
The toggle to enable RF upload while driving.
isRfUploadOnWhenMoving - Variable in class com.geotab.model.entity.device.GoLegacy
The IsRfUploadOnWhenMoving value for the vehicle.
isRfUploadOnWhenMoving() - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
isServiceUpdatesEnabled - Variable in class com.geotab.model.entity.user.User
Value indicating whether are service update notifications enabled for this user.
issuerCertificate - Variable in class com.geotab.model.entity.user.User
The issuer certificate for the user.
isSystemEntity() - Method in class com.geotab.model.entity.controller.BrpFaultController
 
isSystemEntity() - Method in class com.geotab.model.entity.controller.GmcccFaultController
 
isSystemEntity() - Method in class com.geotab.model.entity.controller.GoFaultController
 
isSystemEntity() - Method in class com.geotab.model.entity.controller.LegacyFaultController
 
isSystemEntity() - Method in class com.geotab.model.entity.controller.NoController
 
isSystemEntity() - Method in class com.geotab.model.entity.controller.ProprietaryFaultController
 
isSystemEntity() - Method in class com.geotab.model.entity.device.NoDevice
 
isSystemEntity() - Method in class com.geotab.model.entity.diagnostic.NoDiagnostic
 
isSystemEntity() - Method in class com.geotab.model.entity.distributionlist.DistributionListSystem
 
isSystemEntity() - Method in class com.geotab.model.entity.enginetype.EngineTypeSystem
 
isSystemEntity() - Method in class com.geotab.model.entity.Entity
Returns true if the class is a system entity, false otherwise.
isSystemEntity() - Method in class com.geotab.model.entity.exceptionevent.NoExceptionEvent
 
isSystemEntity() - Method in class com.geotab.model.entity.exceptionevent.state.ExceptionEventState
 
isSystemEntity() - Method in class com.geotab.model.entity.failuremode.NoFailureMode
 
isSystemEntity() - Method in class com.geotab.model.entity.group.SystemGroupBase
 
isSystemEntity() - Method in class com.geotab.model.entity.group.SystemSecurityClearance
 
isSystemEntity() - Method in class com.geotab.model.entity.notification.DefaultExceptionRulePopupTextTemplate
 
isSystemEntity() - Method in class com.geotab.model.entity.notification.DefaultExceptionRuleTextTemplate
 
isSystemEntity() - Method in class com.geotab.model.entity.notification.SystemEmailTemplate
 
isSystemEntity() - Method in class com.geotab.model.entity.parametergroup.ParameterGroupNone
 
isSystemEntity() - Method in class com.geotab.model.entity.recipient.NoRecipient
 
isSystemEntity() - Method in class com.geotab.model.entity.rule.NoRule
 
isSystemEntity() - Method in class com.geotab.model.entity.source.Source
 
isSystemEntity() - Method in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureSystem
 
isSystemEntity() - Method in class com.geotab.model.entity.user.NoDriver
 
isSystemEntity() - Method in class com.geotab.model.entity.user.NoUser
 
isSystemEntity() - Method in class com.geotab.model.entity.user.SystemUser
 
isSystemEntity() - Method in class com.geotab.model.entity.user.UnknownDriver
 
isSystemEntity() - Method in class com.geotab.model.entity.worktime.WorkTimeSystem
 
isSystemEntity() - Method in class com.geotab.model.entity.zone.NoZone
 
isSystemEntity() - Method in class com.geotab.model.entity.zone.type.ZoneTypeSystem
 
isSystemEntity() - Method in interface com.geotab.model.serialization.SystemEntitySerializationAware
Returns true if the class is a system entity, false otherwise.
isThirdPartyDevice(String) - Static method in class com.geotab.util.ThirdPartyHelper
Checks if a serial number or device prefix is a supported third-party device type.
isThirdPartyDevice(int) - Static method in class com.geotab.util.ThirdPartyHelper
Checks if a product ID is a supported third-party device type.
isThirdPartyVehicleDevice(int) - Static method in class com.geotab.util.ThirdPartyHelper
Determines whether [is third party vehicle device] [the specified product identifier].
isValidCoordinateRange(double, double) - Static method in class com.geotab.util.LogRecordValidator
Determines if a coordinate is outside of the allowed latitude, longitude values range.
isYardMoveEnabled - Variable in class com.geotab.model.entity.user.User
Value indicating whether the user is allowed to HOS yard move.

J

JsonAsStringDeserializer - Class in com.geotab.model.serialization
 
JsonAsStringDeserializer() - Constructor for class com.geotab.model.serialization.JsonAsStringDeserializer
 
JsonRpcError - Class in com.geotab.model.error
 
JsonRpcError() - Constructor for class com.geotab.model.error.JsonRpcError
 
JsonRpcErrorCode - Enum in com.geotab.model.error
 
JsonRpcErrorData - Class in com.geotab.model.error
 
JsonRpcErrorData() - Constructor for class com.geotab.model.error.JsonRpcErrorData
 
JsonRpcErrorDataException - Exception in com.geotab.http.exception
Base exception class which can hold json rpc error data returned by the server.
JsonRpcErrorDataException() - Constructor for exception com.geotab.http.exception.JsonRpcErrorDataException
 
JsonRpcErrorDataException(String) - Constructor for exception com.geotab.http.exception.JsonRpcErrorDataException
 
JsonRpcErrorDataException(String, Throwable) - Constructor for exception com.geotab.http.exception.JsonRpcErrorDataException
 
JsonRpcErrorDataException(Throwable) - Constructor for exception com.geotab.http.exception.JsonRpcErrorDataException
 

K

k - Variable in class com.geotab.model.Dictionary.Entry
 
Key - Class in com.geotab.model.entity.user
Represent the key used to identify a Driver.
Key() - Constructor for class com.geotab.model.entity.user.Key
 
KnownIoxAddOnType - Class in com.geotab.model.entity.ioxaddon
A unique identifier for different types IoxAddOns.
KnownIoxAddOnType() - Constructor for class com.geotab.model.entity.ioxaddon.KnownIoxAddOnType
 

L

language - Variable in class com.geotab.model.entity.user.User
The user's language.
lastAccessDate - Variable in class com.geotab.model.entity.user.User
The user's Last access date of the system.
lastName - Variable in class com.geotab.model.entity.user.User
The last name of the user.
Leg - Class in com.geotab.model.geographical
 
Leg() - Constructor for class com.geotab.model.geographical.Leg
 
LEGACY_FAULT_CONTROLLER_ID - Static variable in class com.geotab.model.entity.controller.LegacyFaultController
 
LegacyFaultController - Class in com.geotab.model.entity.controller
Controller reserved for faults generated with legacy manufacturer specific codes.
LegacyFaultDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic for a legacy manufacturer specific fault.
LegacyFaultDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.LegacyFaultDiagnostic
 
LicensableAware - Interface in com.geotab.model.entity.device
Models an entity which is a license.
ListIdConverter - Class in com.geotab.model.serialization
 
ListIdConverter() - Constructor for class com.geotab.model.serialization.ListIdConverter
 
listOf(T...) - Static method in interface com.geotab.util.Util
 
LocalDateDeserializer - Class in com.geotab.model.serialization
 
LocalDateDeserializer() - Constructor for class com.geotab.model.serialization.LocalDateDeserializer
 
localDateFromString(String) - Static method in class com.geotab.util.DateTimeUtil
 
LocalDateSerializer - Class in com.geotab.model.serialization
 
LocalDateSerializer() - Constructor for class com.geotab.model.serialization.LocalDateSerializer
 
LocalDateTimeDeserializer - Class in com.geotab.model.serialization
 
LocalDateTimeDeserializer() - Constructor for class com.geotab.model.serialization.LocalDateTimeDeserializer
 
localDateTimeFromString(String) - Static method in class com.geotab.util.DateTimeUtil
 
LocalDateTimeSerializer - Class in com.geotab.model.serialization
 
LocalDateTimeSerializer() - Constructor for class com.geotab.model.serialization.LocalDateTimeSerializer
 
localDateTimeToString(LocalDateTime) - Static method in class com.geotab.util.DateTimeUtil
 
localDateTimeToUtc(LocalDateTime) - Static method in class com.geotab.util.DateTimeUtil
 
localDateToString(LocalDate) - Static method in class com.geotab.util.DateTimeUtil
 
LOCATION - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
LocationContent - Class in com.geotab.model.entity.textmessage
Message content that can send a GPS location to a device.
LocationContent(Integer, String, Boolean, String, double, double, Id) - Constructor for class com.geotab.model.entity.textmessage.LocationContent
 
LoginResult - Class in com.geotab.model.login
The results of an authentication attempt.
LoginResult() - Constructor for class com.geotab.model.login.LoginResult
 
LogRecord - Class in com.geotab.model.entity.logrecord
Record of log entries containing data for a device's position and speed at a specific date and time.
LogRecord() - Constructor for class com.geotab.model.entity.logrecord.LogRecord
 
LogRecordEntity - Static variable in interface com.geotab.api.DataStore
 
LogRecordListResponse - Class in com.geotab.http.response
Deprecated.
LogRecordListResponse() - Constructor for class com.geotab.http.response.LogRecordListResponse
Deprecated.
 
LogRecordSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for LogRecord.
LogRecordSearch(String, LocalDateTime, LocalDateTime, Id) - Constructor for class com.geotab.model.search.LogRecordSearch
 
LogRecordValidator - Class in com.geotab.util
 
LogRecordValidator() - Constructor for class com.geotab.util.LogRecordValidator
 
LongDeserializer - Class in com.geotab.model.serialization
 
LongDeserializer() - Constructor for class com.geotab.model.serialization.LongDeserializer
 
LongSerializer - Class in com.geotab.model.serialization
 
LongSerializer() - Constructor for class com.geotab.model.serialization.LongSerializer
 

M

mapBuilder() - Static method in interface com.geotab.util.Util
 
MapBuilder() - Constructor for class com.geotab.util.Util.MapBuilder
 
MapView - Class in com.geotab.model.settings
A Map View with a name and a viewport.
MapView() - Constructor for class com.geotab.model.settings.MapView
 
mapViews - Variable in class com.geotab.model.entity.user.User
The list of the of the available MapViews from the live map.
MAX_DATE - Static variable in class com.geotab.model.entity.device.Device
 
MAX_DB_NAME_LENGTH - Static variable in class com.geotab.util.UtilityValidator
Value of 58 copied from WebMethods.GetValidatedDatabaseName for consistency.
MAX_VALUE - Static variable in class com.geotab.model.entity.worktime.WorkTimeDetail
 
maxPCDistancePerDay - Variable in class com.geotab.model.entity.user.User
Value indicating the maximum personal conveyance distance per day in meters.
maxSecondsBetweenLogs - Variable in class com.geotab.model.entity.device.Device
The maximum allowed time between logs when the ignition is on in seconds.
MediaFile - Class in com.geotab.model.entity.file
A named tag to provide context to an entity.
MediaFile() - Constructor for class com.geotab.model.entity.file.MediaFile
 
MediaFileEntity - Static variable in interface com.geotab.api.DataStore
 
MediaFileListResponse - Class in com.geotab.http.response
Deprecated.
MediaFileListResponse() - Constructor for class com.geotab.http.response.MediaFileListResponse
Deprecated.
 
mediaFiles - Variable in class com.geotab.model.entity.device.Device
The list of MediaFile for this asset.
MediaFileSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for DVIRLog(s).
MediaFileSearch(String, DeviceSearch, UserSearch, LocalDateTime, LocalDateTime) - Constructor for class com.geotab.model.search.MediaFileSearch
 
MediaFileType - Enum in com.geotab.model.entity.notification
 
MediaType - Enum in com.geotab.model.entity.file
 
MessageContentType - Enum in com.geotab.model.entity.textmessage
 
method(String, Class<? super R>, Class<?>...) - Static method in interface com.geotab.api.Api
 
method - Variable in class com.geotab.http.request.BaseRequest
 
MethodDescriptor(String, Class<? super R>, Class<?>...) - Constructor for class com.geotab.api.Api.MethodDescriptor
 
MIME_CONTENT - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
MIME_REFERENCE_CONTENT - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
MimeContent - Class in com.geotab.model.entity.textmessage
The contents of a TextMessage containing data to give to a IOX Add-On over an RS232.
MimeContent(String, Byte[], Integer, Integer) - Constructor for class com.geotab.model.entity.textmessage.MimeContent
 
MIN_DATE - Static variable in class com.geotab.model.entity.device.Device
 
MIN_VALUE - Static variable in class com.geotab.model.entity.worktime.WorkTimeDetail
 
minSecondsBetweenLogs - Variable in class com.geotab.model.entity.device.Device
The minimum allowable value for maxSecondsBetweenLogs.
MissingMemberException - Exception in com.geotab.http.exception
 
MissingMemberException(String, Throwable) - Constructor for exception com.geotab.http.exception.MissingMemberException
 
MissingMethodException - Exception in com.geotab.http.exception
 
MissingMethodException(String, Throwable) - Constructor for exception com.geotab.http.exception.MissingMethodException
 
modifyDeserializer(DeserializationConfig, BeanDescription, JsonDeserializer<?>) - Method in class com.geotab.model.serialization.ApiCustomDeserializerModifier
 
modifySerializer(SerializationConfig, BeanDescription, JsonSerializer<?>) - Method in class com.geotab.model.serialization.ApiCustomSerializerModifier
 
movingAddresses - Variable in class com.geotab.http.request.param.GetAddressesParameters
 
multiCall(MultiCallRequest, Class<O>) - Method in interface com.geotab.api.Api
Deprecated.
use {Api.buildMultiCall()} instead.
multiCall(MultiCallRequest, Class<O>) - Method in class com.geotab.api.GeotabApi
 
MultiCallParameters - Class in com.geotab.http.request.param
 
MultiCallParameters() - Constructor for class com.geotab.http.request.param.MultiCallParameters
 
MultiCallRequest - Class in com.geotab.http.request
 
MultiCallRequest() - Constructor for class com.geotab.http.request.MultiCallRequest
 

N

name() - Method in class com.geotab.api.Api.EntityDescriptor
 
name - Variable in class com.geotab.api.Api.MethodDescriptor
 
NameEntity - Class in com.geotab.model.entity
An Entity that has a name field.
NameEntity() - Constructor for class com.geotab.model.entity.NameEntity
 
NameEntityWithVersion - Class in com.geotab.model.entity
An Entity that has a name field and a version field.
NameEntityWithVersion() - Constructor for class com.geotab.model.entity.NameEntityWithVersion
 
newInstance() - Method in enum com.geotab.model.entity.device.DeviceType
 
NEWS_DISTRIBUTION_LIST_ID - Static variable in class com.geotab.model.entity.distributionlist.NewsDistributionList
 
NEWS_DISTRIBUTION_LIST_NAME - Static variable in class com.geotab.model.entity.distributionlist.NewsDistributionList
 
NewsDistributionList - Class in com.geotab.model.entity.distributionlist
News Distribution List.
NewsDistributionList() - Constructor for class com.geotab.model.entity.distributionlist.NewsDistributionList
 
NO_CONTROLLER_ID - Static variable in class com.geotab.model.entity.controller.NoController
 
NO_DEVICE_ID - Static variable in class com.geotab.model.entity.device.NoDevice
 
NO_DIAGNOSTIC_ID - Static variable in class com.geotab.model.entity.diagnostic.NoDiagnostic
 
NO_DIAGNOSTIC_NAME - Static variable in class com.geotab.model.entity.diagnostic.NoDiagnostic
 
NO_DRIVER_ID - Static variable in class com.geotab.model.entity.user.NoDriver
 
NO_EXCEPTION_EVENT_ID - Static variable in class com.geotab.model.entity.exceptionevent.NoExceptionEvent
 
NO_FAILURE_MODE_ID - Static variable in class com.geotab.model.entity.failuremode.NoFailureMode
 
NO_RECIPIENT_ID - Static variable in class com.geotab.model.entity.recipient.NoRecipient
 
NO_RULE_ID - Static variable in class com.geotab.model.entity.rule.NoRule
 
NO_USER_ID - Static variable in class com.geotab.model.entity.user.NoUser
 
NO_ZONE_ID - Static variable in class com.geotab.model.entity.zone.NoZone
 
NoController - Class in com.geotab.model.entity.controller
 
NoDevice - Class in com.geotab.model.entity.device
A Device type that represents no device.
NoDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic for Geotab Devices that represents DBNull database value.
NoDriver - Class in com.geotab.model.entity.user
A driver object that represents no driver.
NoExceptionEvent - Class in com.geotab.model.entity.exceptionevent
An Exception Event which represents no value.
NoFailureMode - Class in com.geotab.model.entity.failuremode
A FailureMode for diagnostics with no real world failure mode.
NONE - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
NoRecipient - Class in com.geotab.model.entity.recipient
No Recipient.
NORMAL - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
NoRule - Class in com.geotab.model.entity.rule
A Exception Rule which represents no value.
NOTHING_SECURITY_GROUP_ID - Static variable in class com.geotab.model.entity.group.NothingSecurityGroup
 
NOTHING_SECURITY_GROUP_NAME - Static variable in class com.geotab.model.entity.group.NothingSecurityGroup
 
NothingSecurityGroup - Class in com.geotab.model.entity.group
This is a SystemSecurityClearance with an Id of GroupNothingSecurityId.
NothingSecurityGroup() - Constructor for class com.geotab.model.entity.group.NothingSecurityGroup
 
NotificationAudioAlarmFile - Class in com.geotab.model.entity.notification
Custom Notification Alert sound.
NotificationAudioAlarmFile() - Constructor for class com.geotab.model.entity.notification.NotificationAudioAlarmFile
 
NotificationBinaryFile - Class in com.geotab.model.entity.notification
Notification binary file.
NotificationBinaryFile(String) - Constructor for class com.geotab.model.entity.notification.NotificationBinaryFile
 
NotificationBinaryFileEntity - Static variable in interface com.geotab.api.DataStore
 
NotificationBinaryFileListResponse - Class in com.geotab.http.response
Deprecated.
NotificationBinaryFileListResponse() - Constructor for class com.geotab.http.response.NotificationBinaryFileListResponse
Deprecated.
 
NotificationBinaryFileType - Enum in com.geotab.model.entity.notification
 
NotificationTemplatePurpose - Enum in com.geotab.model.entity.notification
 
NoUser - Class in com.geotab.model.entity.user
A User that is used when no user specific user is assigned to objects, eg.
nowUtcLocalDateTime() - Static method in class com.geotab.util.DateTimeUtil
 
NoZone - Class in com.geotab.model.entity.zone
A zone that is unassigned.

O

obdAlertEnabled - Variable in class com.geotab.model.entity.device.A1
Enables or disables OBD alerts for the device.
obdAlertEnabled - Variable in class com.geotab.model.entity.device.Go10
Enables or disables OBD alerts for the device.
obdAlertEnabled - Variable in class com.geotab.model.entity.device.Go9
Enables or disables OBD alerts for the device.
obdAlertEnabled - Variable in class com.geotab.model.entity.device.Go9b
Enables or disables OBD alerts for the device.
obdAlertEnabled - Variable in class com.geotab.model.entity.device.U1
Enables or disables OBD alerts for the device.
ObdFaultDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic for an OBD fault.
ObdFaultDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.ObdFaultDiagnostic
 
ObdSaFaultDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic for an OBD fault.
ObdSaFaultDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.ObdSaFaultDiagnostic
 
OdometerAdjustmentProviderAware - Interface in com.geotab.model.entity.device
Models the properties of an entity with adjustable odometer.
odometerFactor - Variable in class com.geotab.model.entity.device.GoCurve
Used to correct the odometer value received from the engine.
odometerOffset - Variable in class com.geotab.model.entity.device.GoCurve
The offset to be applied odometer reported by the engine computer.
OEM_DEVICE_TYPES - Static variable in class com.geotab.util.ThirdPartyHelper
Third-party device types.
offset(PointF) - Method in class com.geotab.model.drawing.RectangleF
Gets a new rectangle that is offset from the current by the point p.
OLD_GEOTAB - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
OLD_GEOTAB_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
 
OpenStreetMapStyle - Enum in com.geotab.model.settings
 
OptimizeWaypoints - Static variable in interface com.geotab.api.WebMethods
 
OptimizeWaypointsParameters - Class in com.geotab.http.request.param
 
OptimizeWaypointsParameters() - Constructor for class com.geotab.http.request.param.OptimizeWaypointsParameters
 
OTAU_CONTENT - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
OverLimitException - Exception in com.geotab.http.exception
Represents an exception thrown when a users has exceeded the query limit of an API.
OverLimitException(String) - Constructor for exception com.geotab.http.exception.OverLimitException
 

P

PARAMETER_GROUP_NONE_ID - Static variable in class com.geotab.model.entity.parametergroup.ParameterGroupNone
 
parameterClasses - Variable in class com.geotab.api.Api.MethodDescriptor
 
ParameterGroup - Class in com.geotab.model.entity.parametergroup
Standard Parameter Group Number (PGN).
ParameterGroup(String) - Constructor for class com.geotab.model.entity.parametergroup.ParameterGroup
 
ParameterGroupEntity - Static variable in interface com.geotab.api.DataStore
 
ParameterGroupListResponse - Class in com.geotab.http.response
Deprecated.
ParameterGroupListResponse() - Constructor for class com.geotab.http.response.ParameterGroupListResponse
Deprecated.
 
ParameterGroupNone - Class in com.geotab.model.entity.parametergroup
A parameter group to use where there is no parameter group.
Parameters - Class in com.geotab.http.request.param
 
Parameters() - Constructor for class com.geotab.http.request.param.Parameters
 
params - Variable in class com.geotab.http.request.BaseRequest
 
PASSTHROUGH_ENABLED_MESSAGE - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
PassthroughEnabledMessage - Class in com.geotab.model.entity.textmessage
Text message content including a list of predetermined responses.
PassthroughEnabledMessage() - Constructor for class com.geotab.model.entity.textmessage.PassthroughEnabledMessage
 
password - Variable in class com.geotab.http.request.param.AuthenticateParameters
 
password - Variable in class com.geotab.model.entity.user.User
The user's password.
PasswordPolicyViolationException - Exception in com.geotab.http.exception
Exception thrown when the password policy is violated.
PasswordPolicyViolationException(String) - Constructor for exception com.geotab.http.exception.PasswordPolicyViolationException
 
phoneNumber - Variable in class com.geotab.model.entity.user.User
The user phone number with space separated country phone code.
phoneNumberExtension - Variable in class com.geotab.model.entity.user.User
The user phone number without formatting.
Pid - Class in com.geotab.model.entity.diagnostic
A SourceJ1708 Parameter Identifier.
Pid() - Constructor for class com.geotab.model.entity.diagnostic.Pid
 
PointF - Class in com.geotab.model.drawing
A point with a float X and Y.
PointF() - Constructor for class com.geotab.model.drawing.PointF
 
populateDefaults() - Method in class com.geotab.model.entity.device.A1
 
populateDefaults() - Method in class com.geotab.model.entity.device.CustomVehicleDevice
 
populateDefaults() - Method in class com.geotab.model.entity.device.Device
Set default values for the Device instance.
populateDefaults() - Method in class com.geotab.model.entity.device.Go10
 
populateDefaults() - Method in class com.geotab.model.entity.device.Go4v3
 
populateDefaults() - Method in class com.geotab.model.entity.device.Go5
 
populateDefaults() - Method in class com.geotab.model.entity.device.Go6
 
populateDefaults() - Method in class com.geotab.model.entity.device.Go7
 
populateDefaults() - Method in class com.geotab.model.entity.device.Go8
 
populateDefaults() - Method in class com.geotab.model.entity.device.Go9
 
populateDefaults() - Method in class com.geotab.model.entity.device.Go9b
 
populateDefaults() - Method in class com.geotab.model.entity.device.GoCurve
 
populateDefaults() - Method in class com.geotab.model.entity.device.GoCurveAuxiliary
 
populateDefaults() - Method in class com.geotab.model.entity.device.GoDevice
 
populateDefaults() - Method in class com.geotab.model.entity.device.GoLegacy
 
populateDefaults() - Method in class com.geotab.model.entity.device.U1
 
populateDefaults() - Method in class com.geotab.model.entity.device.UntrackedAsset
 
prefixFromDeviceType(int) - Static method in class com.geotab.model.entity.device.Device
Returns the string prefix of the given product ID.
PRIVATE_USER_GROUP_ID - Static variable in class com.geotab.model.entity.group.PrivateUserGroup
 
PRIVATE_USER_GROUP_NAME - Static variable in class com.geotab.model.entity.group.PrivateUserGroup
 
PrivateUserGroup - Class in com.geotab.model.entity.group
This is a Group with an Id of GroupPrivateUserId.
PrivateUserGroup() - Constructor for class com.geotab.model.entity.group.PrivateUserGroup
 
privateUserGroups - Variable in class com.geotab.model.entity.user.User
The private Group(s) that the user belongs to.
productId - Variable in class com.geotab.model.entity.device.Device
The product id.
productIdFromSerialNumber(String) - Static method in class com.geotab.model.entity.device.Device
Returns the product id from its serial number.
Property - Class in com.geotab.model.entity.customproperty
The custom property of an entity that is customizable.
Property() - Constructor for class com.geotab.model.entity.customproperty.Property
 
PropertyEntity - Static variable in interface com.geotab.api.DataStore
 
PropertyListResponse - Class in com.geotab.http.response
Deprecated.
PropertyListResponse() - Constructor for class com.geotab.http.response.PropertyListResponse
Deprecated.
 
PropertySearch - Class in com.geotab.model.search
The search criteria for Property.
PropertySearch(String, String, String) - Constructor for class com.geotab.model.search.PropertySearch
 
PropertySet - Class in com.geotab.model.entity.customproperty
The property set that groups Property together based on a grouping structure.
PropertySet() - Constructor for class com.geotab.model.entity.customproperty.PropertySet
 
PropertySetEntity - Static variable in interface com.geotab.api.DataStore
 
PropertySetListResponse - Class in com.geotab.http.response
Deprecated.
PropertySetListResponse() - Constructor for class com.geotab.http.response.PropertySetListResponse
Deprecated.
 
PropertySetSearch - Class in com.geotab.model.search
The search criteria for PropertySet.
PropertySetSearch(String, String, String, List<GroupSearch>) - Constructor for class com.geotab.model.search.PropertySetSearch
 
PropertyValue - Class in com.geotab.model.entity.customproperty
The custom Property of an entity that is customizable.
PropertyValue() - Constructor for class com.geotab.model.entity.customproperty.PropertyValue
 
PropertyValueEntity - Static variable in interface com.geotab.api.DataStore
 
PROPRIETARY_FAULT_CONTROLLER_ID - Static variable in class com.geotab.model.entity.controller.ProprietaryFaultController
 
ProprietaryFaultController - Class in com.geotab.model.entity.controller
Controller reserved for faults generated with manufacturer specific codes.
ProprietaryFaultDiagnostic - Class in com.geotab.model.entity.diagnostic
A diagnostic for a manufacturer specific fault.
ProprietaryFaultDiagnostic() - Constructor for class com.geotab.model.entity.diagnostic.ProprietaryFaultDiagnostic
 
PROTOCOL - Static variable in class com.geotab.api.GeotabApi
 
put(T, V) - Method in class com.geotab.util.Util.MapBuilder
 

R

Recipient - Class in com.geotab.model.entity.recipient
The recipient for a specific notification.
Recipient() - Constructor for class com.geotab.model.entity.recipient.Recipient
 
RecipientEntity - Static variable in interface com.geotab.api.DataStore
 
RecipientListResponse - Class in com.geotab.http.response
Deprecated.
RecipientListResponse() - Constructor for class com.geotab.http.response.RecipientListResponse
Deprecated.
 
RecipientSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for Recipient(s).
RecipientSearch(String, RecipientType) - Constructor for class com.geotab.model.search.RecipientSearch
 
RecipientType - Enum in com.geotab.model.entity.recipient
 
RectangleF - Class in com.geotab.model.drawing
A Rectangle with a float X, Y, Width and Height.
RectangleF() - Constructor for class com.geotab.model.drawing.RectangleF
 
rectangleFromLtrb(double, double, double, double) - Static method in class com.geotab.model.coordinate.Coordinate
Gets collection of Coordinate(s) representing rectangular shape.
RED - Static variable in class com.geotab.model.drawing.Color
 
RegistrationException - Exception in com.geotab.http.exception
This exception is thrown when there is an exception creating/registering a new database.
RegistrationException() - Constructor for exception com.geotab.http.exception.RegistrationException
 
RegistrationException(String) - Constructor for exception com.geotab.http.exception.RegistrationException
 
RelationViolatedException - Exception in com.geotab.http.exception
If removing an entity would cause a relationship exception then this exception is thrown.
RelationViolatedException(Exception) - Constructor for exception com.geotab.http.exception.RelationViolatedException
 
Remove - Static variable in interface com.geotab.api.Api
RepairStatusType - Enum in com.geotab.model.entity.dvirlog
 
ReportDataSource - Enum in com.geotab.model.entity.reporttemplate
 
reportGroups - Variable in class com.geotab.model.entity.user.User
The report Group(s) for reporting that this user belongs to.
ReportTemplate - Class in com.geotab.model.entity.reporttemplate
ReportTemplate class represents a template for reports that is an Excel file.
ReportTemplate() - Constructor for class com.geotab.model.entity.reporttemplate.ReportTemplate
 
ReportTemplateEntity - Static variable in interface com.geotab.api.DataStore
 
ReportTemplateListResponse - Class in com.geotab.http.response
Deprecated.
ReportTemplateListResponse() - Constructor for class com.geotab.http.response.ReportTemplateListResponse
Deprecated.
 
ReportTemplateSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for ReportTemplate(s).
ReportTemplateSearch(String, Boolean, ReportDataSource) - Constructor for class com.geotab.model.search.ReportTemplateSearch
 
ReportTemplateType - Enum in com.geotab.model.entity.reporttemplate
 
ResponseFailException - Exception in com.geotab.http.exception
Invoker exceptions where status is not 200.
ResponseFailException(int, String, Exception) - Constructor for exception com.geotab.http.exception.ResponseFailException
Initializes a new instance.
ResponseFailException(String, int, String, Exception) - Constructor for exception com.geotab.http.exception.ResponseFailException
Initializes a new instance.
result - Variable in class com.geotab.api.Api.MethodDescriptor
 
resultType() - Method in class com.geotab.api.Api.MethodDescriptor
Internal use only.
ReverseGeocodeAddress - Class in com.geotab.model
 
ReverseGeocodeAddress() - Constructor for class com.geotab.model.ReverseGeocodeAddress
 
RfChannelsAware - Interface in com.geotab.model.entity.device
An interface for devices with RF channels.
rfParameterVersion - Variable in class com.geotab.model.entity.device.Go4v3
The RF parameter version.
rfParameterVersion - Variable in class com.geotab.model.entity.device.GoLegacy
The version of this set of rf channels.
ROOT_GROUP_ID - Static variable in class com.geotab.model.entity.group.RootGroup
 
ROOT_GROUP_NAME - Static variable in class com.geotab.model.entity.group.RootGroup
 
RootGroup - Class in com.geotab.model.entity.group
 
RootGroup() - Constructor for class com.geotab.model.entity.group.RootGroup
 
Route - Class in com.geotab.model.entity.route
A connected sequence of zones which create a path for the vehicle to follow.
Route() - Constructor for class com.geotab.model.entity.route.Route
 
RouteEntity - Static variable in interface com.geotab.api.DataStore
 
RouteListResponse - Class in com.geotab.http.response
Deprecated.
RouteListResponse() - Constructor for class com.geotab.http.response.RouteListResponse
Deprecated.
 
RoutePlanItem - Class in com.geotab.model.entity.route
The class representing an individual item in a planned Route.
RoutePlanItem() - Constructor for class com.geotab.model.entity.route.RoutePlanItem
 
RoutePlanItemEntity - Static variable in interface com.geotab.api.DataStore
 
RouteSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for Route(s).
RouteSearch(String, LocalDateTime, LocalDateTime, String, RouteType, ZoneSearch, DeviceSearch) - Constructor for class com.geotab.model.search.RouteSearch
 
RouteType - Enum in com.geotab.model.entity.route
 
rpmValue - Variable in class com.geotab.model.entity.device.GoCurve
The RPM value that when exceeded triggers device beeping.
Rule - Class in com.geotab.model.entity.rule
A rule is the definition of conditions that, when "violated", will generate an ExceptionEvent.
Rule(String) - Constructor for class com.geotab.model.entity.rule.Rule
 
RuleEntity - Static variable in interface com.geotab.api.DataStore
 
RuleListResponse - Class in com.geotab.http.response
Deprecated.
RuleListResponse() - Constructor for class com.geotab.http.response.RuleListResponse
Deprecated.
 
RuleSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for a Rule.
RuleSearch(String, List<GroupSearch>, String, ExceptionRuleBaseType, ExceptionRuleCategory) - Constructor for class com.geotab.model.search.RuleSearch
 

S

Search - Interface in com.geotab.model.search
Search markup interface to be extended by all types of searches.
SearchParameters<T extends Search> - Class in com.geotab.http.request.param
 
SearchParameters() - Constructor for class com.geotab.http.request.param.SearchParameters
 
seatbeltWarningSpeed - Variable in class com.geotab.model.entity.device.GoCurve
The value in km/h that below will not trigger 'Seat belt Warning'.
SECURITY_GROUP_ID - Static variable in class com.geotab.model.entity.group.SecurityGroup
 
SECURITY_GROUP_NAME - Static variable in class com.geotab.model.entity.group.SecurityGroup
 
SecurityClearance - Class in com.geotab.model.entity.group
Represents a Group with SecurityFilter that are used to determine security access to different parts of the application.
SecurityClearance() - Constructor for class com.geotab.model.entity.group.SecurityClearance
 
SecurityFilter - Class in com.geotab.model
Represents an item that either Adds or Removes a particular SecurityIdentifier to a user's set of allowed items.
SecurityFilter() - Constructor for class com.geotab.model.SecurityFilter
 
SecurityGroup - Class in com.geotab.model.entity.group
SecurityGroup() - Constructor for class com.geotab.model.entity.group.SecurityGroup
 
securityGroups - Variable in class com.geotab.model.entity.user.User
The security Group(s) this user belongs to; which define the user's access.
SecurityId - Class in com.geotab.model.entity.security
For managing security identifiers.
SecurityId() - Constructor for class com.geotab.model.entity.security.SecurityId
 
SecurityIdentifier - Enum in com.geotab.model.entity.group
 
SecurityIdEntity - Static variable in interface com.geotab.api.DataStore
 
self() - Method in class com.geotab.model.entity.Entity.EntityBuilder
 
SensorData - Class in com.geotab.model.entity.statusdata
The class that represents StatusData received from a sensor like bluetooth dongle.
SensorData() - Constructor for class com.geotab.model.entity.statusdata.SensorData
 
sequence - Variable in class com.geotab.model.geographical.Step
 
SERIAL_IOX - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
SerialIoxContent - Class in com.geotab.model.entity.textmessage
The contents of a TextMessage containing data to give to a third-party IOX Add-On over an RS232.
SerialIoxContent(Byte[], int) - Constructor for class com.geotab.model.entity.textmessage.SerialIoxContent
 
serialize(Byte[], JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.ByteArraySerializer
 
serialize(Double[], JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.DoubleArraySerializer
 
serialize(double[], JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.DoublePrimitiveArraySerializer
 
serialize(Double, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.DoubleSerializer
 
serialize(Driver, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.DriverEmbeddedSerializer
 
serialize(Duration, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.DurationSerializer
 
serialize(Driver, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.DutyStatusInfoDriverSerializer
 
serialize(Entity, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.EntityAsIdSerializer
 
serialize(FailureMode, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.FailureModeSerializer
 
serialize(FaultStatus, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.FaultStatusAsStringSerializer
 
serialize(Float[], JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.FloatArraySerializer
 
serialize(float[], JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.FloatPrimitiveArraySerializer
 
serialize(Float, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.FloatSerializer
 
serialize(Id, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.IdAsStringSerializer
 
serialize(LocalDate, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.LocalDateSerializer
 
serialize(LocalDateTime, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.LocalDateTimeSerializer
 
serialize(Long, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.LongSerializer
 
serialize(Source, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.SourceSerializer
 
serialize(String, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.StringAsRawJsonSerializer
 
serialize(SystemEntitySerializationAware, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.SystemEntitySerializer
 
serialize(UnitOfMeasure, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.UnitOfMeasureSerializer
 
serialize(X509Certificate, JsonGenerator, SerializerProvider) - Method in class com.geotab.model.serialization.X509CertificateSerializer
 
serializeAsField(Object, JsonGenerator, SerializerProvider, PropertyWriter) - Method in class com.geotab.model.serialization.filter.FaultDataFilterProvider
 
serialNumber - Variable in class com.geotab.model.entity.device.Device
The Serial Number of the device.
server - Variable in class com.geotab.api.GeotabApi
 
ServerInvoker - Class in com.geotab.http.invoker
A class for communicating over the Internet to MyGeotab.
ServerInvoker(String) - Constructor for class com.geotab.http.invoker.ServerInvoker
 
ServerInvoker(String, Integer, String) - Constructor for class com.geotab.http.invoker.ServerInvoker
 
ServerInvoker(String, Integer, String, CloseableHttpClient) - Constructor for class com.geotab.http.invoker.ServerInvoker
 
ServerInvokerJsonException - Exception in com.geotab.http.exception
The exception thrown for JSON errors in ServerInvoker.
ServerInvokerJsonException(String, String, Map<String, String>, JsonRpcErrorData) - Constructor for exception com.geotab.http.exception.ServerInvokerJsonException
 
Set - Static variable in interface com.geotab.api.Api
setAidedGpsEnabled(boolean) - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
setAuxIgnTrigger(boolean[]) - Method in class com.geotab.model.entity.device.GoCurveAuxiliary
 
setAuxWarningSpeed(double[]) - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
setAuxWarningSpeed(double[]) - Method in class com.geotab.model.entity.device.GoCurveAuxiliary
 
setAuxWarningSpeed(double[]) - Method in class com.geotab.model.entity.device.GoLegacy
 
setChannel(short[]) - Method in class com.geotab.model.entity.device.Go4v3
 
setChannel(short[]) - Method in class com.geotab.model.entity.device.GoLegacy
 
setChannel(short[]) - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
setChannel(int) - Method in class com.geotab.model.entity.textmessage.SerialIoxContent
 
setChannelCount(Byte) - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
setCredentials(Credentials) - Method in class com.geotab.http.request.AuthenticatedRequest
 
setEnableAuxWarning(boolean[]) - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
setEnableAuxWarning(boolean[]) - Method in class com.geotab.model.entity.device.GoCurveAuxiliary
 
setEnableAuxWarning(boolean[]) - Method in class com.geotab.model.entity.device.GoLegacy
 
setEnableControlExternalRelay(boolean) - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
setEngineHourOffset(Integer) - Method in interface com.geotab.model.entity.device.EngineHoursAdjustmentProviderAware
 
setEngineVehicleIdentificationNumber(String) - Method in interface com.geotab.model.entity.device.VehicleIdentificationNumberAware
 
setErrorData(JsonRpcErrorData) - Method in exception com.geotab.http.exception.JsonRpcErrorDataException
 
setExternalDeviceShutDownDelay(int) - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
setFrequencyOffset(Byte) - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
setId(Id) - Method in class com.geotab.model.entity.dutystatus.DutyStatusAvailability
 
setId(Id) - Method in class com.geotab.model.entity.dutystatus.DutyStatusViolation
 
setImmobilizeArming(int) - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
setImmobilizeUnit(boolean) - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
setIsAuxIgnTrigger(boolean[]) - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
setIsAuxIgnTrigger(boolean[]) - Method in class com.geotab.model.entity.device.GoLegacy
 
setIsAuxInverted(boolean[]) - Method in interface com.geotab.model.entity.device.DigitalAuxiliariesAware
 
setIsAuxInverted(boolean[]) - Method in class com.geotab.model.entity.device.GoCurveAuxiliary
 
setIsAuxInverted(boolean[]) - Method in class com.geotab.model.entity.device.GoLegacy
 
setLicensePlate(String) - Method in interface com.geotab.model.entity.device.LicensableAware
 
setLicenseState(String) - Method in interface com.geotab.model.entity.device.LicensableAware
 
setOdometerFactor(Float) - Method in interface com.geotab.model.entity.device.OdometerAdjustmentProviderAware
 
setOdometerOffset(Double) - Method in interface com.geotab.model.entity.device.OdometerAdjustmentProviderAware
 
setPassword(String) - Method in class com.geotab.model.login.Credentials
 
setPinDevice(Boolean) - Method in interface com.geotab.model.entity.device.VehicleIdentificationNumberAware
 
setRfParameterVersion(short) - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
setRfUploadOnWhenMoving(boolean) - Method in interface com.geotab.model.entity.device.RfChannelsAware
 
setType(Integer) - Method in class com.geotab.model.entity.ioxaddon.IoxAddOn
 
setUrl(String) - Method in class com.geotab.http.invoker.ServerInvoker
 
setVehicleIdentificationNumber(String) - Method in interface com.geotab.model.entity.device.VehicleIdentificationNumberAware
 
ShipmentLog - Class in com.geotab.model.entity.shipmentlog
A ShipmentLog is a record of shipment transported by a specified vehicle for a duration of time.
ShipmentLog() - Constructor for class com.geotab.model.entity.shipmentlog.ShipmentLog
 
ShipmentLogEntity - Static variable in interface com.geotab.api.DataStore
 
ShipmentLogListResponse - Class in com.geotab.http.response
Deprecated.
ShipmentLogListResponse() - Constructor for class com.geotab.http.response.ShipmentLogListResponse
Deprecated.
 
ShipmentLogSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for ShipmentLog(s).
ShipmentLogSearch(String, String, DeviceSearch, LocalDateTime, LocalDateTime, String, UserSearch, List<String>) - Constructor for class com.geotab.model.search.ShipmentLogSearch
 
showClickOnceWarning - Variable in class com.geotab.model.entity.user.User
A flag indicating whether to show ClickOnce support warning as the default page.
Sid - Class in com.geotab.model.entity.diagnostic
A SourceJ1708 Subsystem Identifier.
Sid() - Constructor for class com.geotab.model.entity.diagnostic.Sid
 
source - Variable in class com.geotab.model.entity.controller.Controller
The standard (format) of the Source.
source - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
The Source for the diagnostic (the type of diagnostic code).
Source - Class in com.geotab.model.entity.source
The source is the underlying producer of the engine data.
Source(String) - Constructor for class com.geotab.model.entity.source.Source
 
Source(String, String) - Constructor for class com.geotab.model.entity.source.Source
 
SOURCE_AI_MODEL_ID - Static variable in class com.geotab.model.entity.source.SourceAiModel
 
SOURCE_AI_MODEL_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceAiModelObsolete
 
SOURCE_BRP_ID - Static variable in class com.geotab.model.entity.source.SourceBrp
 
SOURCE_BRP_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceBrpObsolete
 
SOURCE_GEOTAB_GO_ID - Static variable in class com.geotab.model.entity.source.SourceGo
 
SOURCE_GMCCC_ID - Static variable in class com.geotab.model.entity.source.SourceGmccc
 
SOURCE_GMCCC_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceGmcccObsolete
 
SOURCE_J1708_ID - Static variable in class com.geotab.model.entity.source.SourceJ1708
 
SOURCE_J1708_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceJ1708Obsolete
 
SOURCE_J1939_ID - Static variable in class com.geotab.model.entity.source.SourceJ1939
 
SOURCE_J1939_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceJ1939Obsolete
 
SOURCE_LECV_ID - Static variable in class com.geotab.model.entity.source.SourceLevc
 
SOURCE_LECV_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceLevcObsolete
 
SOURCE_LEGACY_ID - Static variable in class com.geotab.model.entity.source.SourceLegacy
 
SOURCE_LEGACY_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceLegacyObsolete
 
SOURCE_OBD_ID - Static variable in class com.geotab.model.entity.source.SourceObd
 
SOURCE_OBD_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceObdObsolete
 
SOURCE_OBD_SA_ID - Static variable in class com.geotab.model.entity.source.SourceObdSa
 
SOURCE_OBD_SA_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceObdSaObsolete
 
SOURCE_PROPRIETARY_ID - Static variable in class com.geotab.model.entity.source.SourceProprietary
 
SOURCE_PROPRIETARY_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceProprietaryObsolete
 
SOURCE_SYSTEM_ID - Static variable in class com.geotab.model.entity.source.SourceSystem
 
SOURCE_SYSTEM_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceSystemObsolete
 
SOURCE_THIRD_PARTY_ID - Static variable in class com.geotab.model.entity.source.SourceThirdParty
 
SOURCE_THIRD_PARTY_OBSOLETE_ID - Static variable in class com.geotab.model.entity.source.SourceThirdPartyObsolete
 
SourceAiModel - Class in com.geotab.model.entity.source
Specifies that the data originated from the AI Model.
SourceAiModelObsolete - Class in com.geotab.model.entity.source
Specifies that the data originated from the AI Model.
SourceBrp - Class in com.geotab.model.entity.source
Specifies that the engine data originated from proprietary sources.
SourceBrpObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from Brp sources for an obsolete GUID.
SourceEntity - Static variable in interface com.geotab.api.DataStore
 
SourceGmccc - Class in com.geotab.model.entity.source
Specifies that the engine data originated from proprietary sources.
SourceGmcccObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from proprietary sources.
SourceGo - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a Go device.
SourceGoObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a GO device for an obsolete GUID.
SourceJ1708 - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a J1708 engine computer.
SourceJ1708Obsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a J1708 engine computer for an obsolete GUID.
SourceJ1939 - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a J1939 engine computer.
SourceJ1939Obsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a J1939 engine computer for an obsolete GUID.
SourceLegacy - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a legacy proprietary source.
SourceLegacyObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a legacy proprietary source for an obsolete GUID.
SourceLevc - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a LEVC source.
SourceLevcObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a Levc proprietary source for an obsolete GUID.
SourceListResponse - Class in com.geotab.http.response
Deprecated.
SourceListResponse() - Constructor for class com.geotab.http.response.SourceListResponse
Deprecated.
 
SourceObd - Class in com.geotab.model.entity.source
Specifies that the engine data originated from an OBD II engine computer.
SourceObdObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from an OBD II engine computer for an obsolete GUID.
SourceObdSa - Class in com.geotab.model.entity.source
Specifies that the engine data originated from WWH enhanced type.
SourceObdSaObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from WWH enhanced type for an obsolete GUID.
SourceProprietary - Class in com.geotab.model.entity.source
Specifies that the engine data originated from proprietary sources.
SourceProprietaryObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from proprietary sources for an obsolete GUID.
SourceSerializer - Class in com.geotab.model.serialization
 
SourceSerializer() - Constructor for class com.geotab.model.serialization.SourceSerializer
 
SourceSystem - Class in com.geotab.model.entity.source
Specifies that the engine data originated from the MyGeotab system.
SourceSystemObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from the MyGeotab system from an obsolete GUID.
SourceThirdParty - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a third-party device.
SourceThirdPartyObsolete - Class in com.geotab.model.entity.source
Specifies that the engine data originated from a third-party device for an obsolete GUID.
speedToByte(double) - Static method in class com.geotab.model.entity.device.GoDevice
Converts speed to byte.
startWithIc(String, String) - Static method in interface com.geotab.util.Util
 
Status - Enum in com.geotab.model.entity.file
 
STATUS_DATA_REQUEST - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
StatusData - Class in com.geotab.model.entity.statusdata
A record that represents an engine status record from the engine system of the specific Device.
StatusData() - Constructor for class com.geotab.model.entity.statusdata.StatusData
 
StatusDataEntity - Static variable in interface com.geotab.api.DataStore
 
StatusDataListResponse - Class in com.geotab.http.response
Deprecated.
StatusDataListResponse() - Constructor for class com.geotab.http.response.StatusDataListResponse
Deprecated.
 
StatusDataRequestContent - Class in com.geotab.model.entity.textmessage
The contents of a TextMessage that can be used to control the state of an IOX-OUTPUT.
StatusDataRequestContent(List<Id>, Byte[]) - Constructor for class com.geotab.model.entity.textmessage.StatusDataRequestContent
 
StatusDataRequestContent() - Constructor for class com.geotab.model.entity.textmessage.StatusDataRequestContent
 
StatusDataSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for StatusData.
StatusDataSearch(String, DeviceSearch, DiagnosticSearch, LocalDateTime, LocalDateTime) - Constructor for class com.geotab.model.search.StatusDataSearch
 
Step - Class in com.geotab.model.geographical
 
Step() - Constructor for class com.geotab.model.geographical.Step
 
StringAsRawJsonSerializer - Class in com.geotab.model.serialization
 
StringAsRawJsonSerializer() - Constructor for class com.geotab.model.serialization.StringAsRawJsonSerializer
 
StringResponse - Class in com.geotab.http.response
Deprecated.
StringResponse() - Constructor for class com.geotab.http.response.StringResponse
Deprecated.
 
SUPERVISOR_SECURITY_GROUP_ID - Static variable in class com.geotab.model.entity.group.SupervisorSecurityGroup
 
SUPERVISOR_SECURITY_GROUP_NAME - Static variable in class com.geotab.model.entity.group.SupervisorSecurityGroup
 
SupervisorSecurityGroup - Class in com.geotab.model.entity.group
This is a SystemSecurityClearance with an Id of GroupSupervisorSecurityId.
SupervisorSecurityGroup() - Constructor for class com.geotab.model.entity.group.SupervisorSecurityGroup
 
SupportedPropertyType - Enum in com.geotab.model.entity.customproperty
 
SuspectParameter - Class in com.geotab.model.entity.diagnostic
Suspect parameter diagnostic.
SuspectParameter() - Constructor for class com.geotab.model.entity.diagnostic.SuspectParameter
 
SYSTEM_USER_ID - Static variable in class com.geotab.model.entity.user.SystemUser
 
SystemEmailTemplate - Class in com.geotab.model.entity.notification
Email template for system.
SystemEmailTemplate() - Constructor for class com.geotab.model.entity.notification.SystemEmailTemplate
 
SystemEntitySerializationAware - Interface in com.geotab.model.serialization
Markup interface used to identify in a centralized manner the system entities for specific serialization.
SystemEntitySerializer - Class in com.geotab.model.serialization
Custom system entity serializer used by default for all classes implementing SystemEntitySerializationAware and which should return true for SystemEntitySerializationAware.isSystemEntity().
SystemEntitySerializer() - Constructor for class com.geotab.model.serialization.SystemEntitySerializer
 
SystemGroupBase - Class in com.geotab.model.entity.group
The base class for all groups that are a system group.
SystemGroupBase() - Constructor for class com.geotab.model.entity.group.SystemGroupBase
 
SystemSecurityClearance - Class in com.geotab.model.entity.group
The base class for SecurityClearance(s) that are system entities.
SystemSecurityClearance() - Constructor for class com.geotab.model.entity.group.SystemSecurityClearance
 
SystemUser - Class in com.geotab.model.entity.user
The internal user that has access to everything and is used internally by MyGeotab processes.

T

Tag - Class in com.geotab.model.entity.file
A named tag to provide context to an entity.
Tag() - Constructor for class com.geotab.model.entity.file.Tag
 
TagEntity - Static variable in interface com.geotab.api.DataStore
 
TAMPERING_DIAGNOSTICS - Static variable in class com.geotab.model.entity.diagnostic.Diagnostic
 
TemporalCoordinate - Class in com.geotab.model.coordinate
A coordinate that is related to a DateTime.
TemporalCoordinate(double, double, LocalDateTime) - Constructor for class com.geotab.model.coordinate.TemporalCoordinate
 
TEXT_TEMPLATE - Static variable in class com.geotab.model.entity.notification.NotificationBinaryFile
 
TEXT_TEMPLATE_DEFAULT_EXCEPTION_RULE_ID - Static variable in class com.geotab.model.entity.notification.DefaultExceptionRuleTextTemplate
 
TEXT_TEMPLATE_DEFAULT_EXCEPTION_RULE_POPUP_ID - Static variable in class com.geotab.model.entity.notification.DefaultExceptionRulePopupTextTemplate
 
TextContent - Class in com.geotab.model.entity.textmessage
The contents of a GPS Text Message.
TextContent(String, Boolean) - Constructor for class com.geotab.model.entity.textmessage.TextContent
 
TextContent(MessageContentType, String, Boolean) - Constructor for class com.geotab.model.entity.textmessage.TextContent
 
TextMessage - Class in com.geotab.model.entity.textmessage
A message to send or received from a device.
TextMessage() - Constructor for class com.geotab.model.entity.textmessage.TextMessage
 
TextMessageContentType - Class in com.geotab.model.entity.textmessage
The type of the text message content.
TextMessageContentType(MessageContentType) - Constructor for class com.geotab.model.entity.textmessage.TextMessageContentType
 
TextMessageDeserializer - Class in com.geotab.model.serialization
 
TextMessageDeserializer() - Constructor for class com.geotab.model.serialization.TextMessageDeserializer
 
TextMessageEntity - Static variable in interface com.geotab.api.DataStore
 
TextMessageListResponse - Class in com.geotab.http.response
Deprecated.
TextMessageListResponse() - Constructor for class com.geotab.http.response.TextMessageListResponse
Deprecated.
 
TextMessageSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for a TextMessage.
TextMessageSearch(String, DeviceSearch, LocalDateTime, LocalDateTime, Long, Id, List<MessageContentType>) - Constructor for class com.geotab.model.search.TextMessageSearch
 
TextTemplate - Class in com.geotab.model.entity.notification
Custom text notifications.
TextTemplate() - Constructor for class com.geotab.model.entity.notification.TextTemplate
 
THIRD_PARTY_DEVICE_TYPES - Static variable in class com.geotab.util.ThirdPartyHelper
OEM device types.
ThirdPartyHelper - Class in com.geotab.util
This class contains helper methods related to encoding and parsing device serial numbers and hardware IDs.
ThirdPartyHelper() - Constructor for class com.geotab.util.ThirdPartyHelper
 
THIS_SERVER - Static variable in class com.geotab.api.GeotabApi
 
timeout - Variable in class com.geotab.api.GeotabApi
 
timeToDownload - Variable in class com.geotab.model.entity.device.Device
Gets or sets the expected time between downloads, i.e.
timeZoneId - Variable in class com.geotab.http.request.param.GetDaylightSavingRulesParameters
 
timeZoneId - Variable in class com.geotab.model.entity.device.Device
The IANA time zone Id of the device used to determine local work times.
timeZoneId - Variable in class com.geotab.model.entity.user.User
The IANA time zone Id of the user.
TimeZoneInfo - Class in com.geotab.model
 
TimeZoneInfo() - Constructor for class com.geotab.model.TimeZoneInfo
 
TimeZoneInfoAdjustmentRule - Class in com.geotab.model
 
TimeZoneInfoAdjustmentRule() - Constructor for class com.geotab.model.TimeZoneInfoAdjustmentRule
 
TimeZoneInfoAdjustmentRule.TransitionTime - Class in com.geotab.model
 
TimeZoneInfoWithRules - Class in com.geotab.model
 
TimeZoneInfoWithRules() - Constructor for class com.geotab.model.TimeZoneInfoWithRules
 
toArgb() - Method in class com.geotab.model.drawing.Color
 
toDate - Variable in class com.geotab.http.request.param.GetRoadMaxSpeedsParameters
 
toSimpleCoordinate() - Method in class com.geotab.model.entity.logrecord.LogRecord
Gets the Coordinate of the log record.
toString() - Method in class com.geotab.api.Api.EntityDescriptor
 
toString() - Method in class com.geotab.api.Api.MethodDescriptor
 
toString() - Method in class com.geotab.model.coordinate.Coordinate
 
toString() - Method in class com.geotab.model.entity.Entity.EntityBuilder
 
toString() - Method in class com.geotab.model.login.Credentials
 
toString() - Method in class com.geotab.model.login.LoginResult
 
toString() - Method in class com.geotab.model.settings.MapView
 
Trailer - Class in com.geotab.model.entity.trailer
A trailer which can be attached and detached from a vehicle with a TrailerAttachment record.
Trailer() - Constructor for class com.geotab.model.entity.trailer.Trailer
 
TrailerAttachment - Class in com.geotab.model.entity.trailer
A TrailerAttachment is a record of the attachment of a Trailer to a Device over a period of time.
TrailerAttachment() - Constructor for class com.geotab.model.entity.trailer.TrailerAttachment
 
TrailerAttachmentEntity - Static variable in interface com.geotab.api.DataStore
 
TrailerAttachmentListResponse - Class in com.geotab.http.response
Deprecated.
TrailerAttachmentListResponse() - Constructor for class com.geotab.http.response.TrailerAttachmentListResponse
Deprecated.
 
TrailerAttachmentSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for TrailerAttachment(s).
TrailerAttachmentSearch(String, TrailerSearch, DeviceSearch, LocalDateTime, LocalDateTime) - Constructor for class com.geotab.model.search.TrailerAttachmentSearch
 
TrailerEntity - Static variable in interface com.geotab.api.DataStore
 
TrailerListResponse - Class in com.geotab.http.response
Deprecated.
TrailerListResponse() - Constructor for class com.geotab.http.response.TrailerListResponse
Deprecated.
 
TrailerSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for Trailer(s).
TrailerSearch(String, String, List<GroupSearch>) - Constructor for class com.geotab.model.search.TrailerSearch
 
TransitionTime() - Constructor for class com.geotab.model.TimeZoneInfoAdjustmentRule.TransitionTime
 
Trip - Class in com.geotab.model.entity.trip
This is a vehicles trip and a summary of the driving activity during that trip.
Trip() - Constructor for class com.geotab.model.entity.trip.Trip
 
TripEntity - Static variable in interface com.geotab.api.DataStore
 
TripListResponse - Class in com.geotab.http.response
Deprecated.
TripListResponse() - Constructor for class com.geotab.http.response.TripListResponse
Deprecated.
 
TripSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for Trip(s).
TripSearch(String, DeviceSearch, UserSearch, LocalDateTime, LocalDateTime, Boolean) - Constructor for class com.geotab.model.search.TripSearch
 
TripType - Enum in com.geotab.model.entity.trip
 
type - Variable in class com.geotab.api.Api.EntityDescriptor
 

U

U1 - Static variable in class com.geotab.model.entity.device.DeviceTypeNameConstants
 
U1 - Class in com.geotab.model.entity.device
 
U1() - Constructor for class com.geotab.model.entity.device.U1
 
U1_PREFIX - Static variable in class com.geotab.model.entity.device.Device
The default serial number prefix for A1 devices.
U1_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for U1 devices.
uniformMultiCall(List<? extends BaseRequest<?>>, Class<T>) - Method in interface com.geotab.api.Api
Deprecated.
use {Api.buildMultiCall()} instead.
uniformMultiCall(List<? extends BaseRequest<?>>, Class<T>) - Method in class com.geotab.api.GeotabApi
 
UNIT_OF_MEASURE_AMPS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureAmps
 
UNIT_OF_MEASURE_AMPS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureAmps
 
UNIT_OF_MEASURE_BYTES_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureBytes
 
UNIT_OF_MEASURE_BYTES_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureBytes
 
UNIT_OF_MEASURE_CUBIC_METERS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureCubicMeters
 
UNIT_OF_MEASURE_CUBIC_METERS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureCubicMeters
 
UNIT_OF_MEASURE_CUBIC_METERS_PER_SECOND_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureCubicMetersPerSecond
 
UNIT_OF_MEASURE_CUBIC_METERS_PER_SECOND_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureCubicMetersPerSecond
 
UNIT_OF_MEASURE_DEGREES_CELSIUS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureDegreesCelsius
 
UNIT_OF_MEASURE_DEGREES_CELSIUS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureDegreesCelsius
 
UNIT_OF_MEASURE_GRAMS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGrams
 
UNIT_OF_MEASURE_GRAMS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGrams
 
UNIT_OF_MEASURE_GRAMS_PER_SECOND_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGramsPerSecond
 
UNIT_OF_MEASURE_GRAMS_PER_SECOND_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGramsPerSecond
 
UNIT_OF_MEASURE_GRAMS_PER_SQUARE_METER_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGramsPerSquareMeter
 
UNIT_OF_MEASURE_GRAMS_PER_SQUARE_METER_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureGramsPerSquareMeter
 
UNIT_OF_MEASURE_HERTZ_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureHertz
 
UNIT_OF_MEASURE_HERTZ_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureHertz
 
UNIT_OF_MEASURE_KILO_WATT_HOURS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKiloWattHours
 
UNIT_OF_MEASURE_KILO_WATT_HOURS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKiloWattHours
 
UNIT_OF_MEASURE_KILOGRAMS_PER_KILOMETER_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilogramsPerKilometer
 
UNIT_OF_MEASURE_KILOGRAMS_PER_KILOMETER_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilogramsPerKilometer
 
UNIT_OF_MEASURE_KILOMETERS_PER_HOUR_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerHour
 
UNIT_OF_MEASURE_KILOMETERS_PER_HOUR_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerHour
 
UNIT_OF_MEASURE_KILOMETERS_PER_KILO_WATT_HOUR_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerKiloWattHour
 
UNIT_OF_MEASURE_KILOMETERS_PER_KILO_WATT_HOUR_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerKiloWattHour
 
UNIT_OF_MEASURE_KILOMETERS_PER_KILOGRAM_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerKilogram
 
UNIT_OF_MEASURE_KILOMETERS_PER_KILOGRAM_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerKilogram
 
UNIT_OF_MEASURE_KILOMETERS_PER_LITER_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerLiter
 
UNIT_OF_MEASURE_KILOMETERS_PER_LITER_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureKilometersPerLiter
 
UNIT_OF_MEASURE_LITERS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLiters
 
UNIT_OF_MEASURE_LITERS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLiters
 
UNIT_OF_MEASURE_LITERS_PER_LANE_KILOMETER_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLitersPerLaneKilometer
 
UNIT_OF_MEASURE_LITERS_PER_LANE_KILOMETER_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLitersPerLaneKilometer
 
UNIT_OF_MEASURE_LITERS_PER_TONNE_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLitersPerTonne
 
UNIT_OF_MEASURE_LITERS_PER_TONNE_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureLitersPerTonne
 
UNIT_OF_MEASURE_METERS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureMeters
 
UNIT_OF_MEASURE_METERS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureMeters
 
UNIT_OF_MEASURE_METERS_PER_SECOND_SQUARED_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureMetersPerSecondSquared
 
UNIT_OF_MEASURE_METERS_PER_SECOND_SQUARED_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureMetersPerSecondSquared
 
UNIT_OF_MEASURE_NEWTON_METERS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNewtonMeters
 
UNIT_OF_MEASURE_NEWTON_METERS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNewtonMeters
 
UNIT_OF_MEASURE_NEWTONS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNewtons
 
UNIT_OF_MEASURE_NEWTONS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNewtons
 
UNIT_OF_MEASURE_NONE_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNone
 
UNIT_OF_MEASURE_NONE_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureNone
 
UNIT_OF_MEASURE_OHMS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureOhms
 
UNIT_OF_MEASURE_OHMS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureOhms
 
UNIT_OF_MEASURE_OHMS_PER_SECOND_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureOhmsPerSecond
 
UNIT_OF_MEASURE_OHMS_PER_SECOND_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureOhmsPerSecond
 
UNIT_OF_MEASURE_PARTS_PER_MILLION_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePartsPerMillion
 
UNIT_OF_MEASURE_PARTS_PER_MILLION_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePartsPerMillion
 
UNIT_OF_MEASURE_PASCALS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePascals
 
UNIT_OF_MEASURE_PASCALS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePascals
 
UNIT_OF_MEASURE_PERCENTAGE_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePercentage
 
UNIT_OF_MEASURE_PERCENTAGE_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePercentage
 
UNIT_OF_MEASURE_PULSES_PER_METER_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePulsesPerMeter
 
UNIT_OF_MEASURE_PULSES_PER_METER_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasurePulsesPerMeter
 
UNIT_OF_MEASURE_RADIANS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRadians
 
UNIT_OF_MEASURE_RADIANS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRadians
 
UNIT_OF_MEASURE_REVOLUTIONS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRevolutions
 
UNIT_OF_MEASURE_REVOLUTIONS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRevolutions
 
UNIT_OF_MEASURE_REVOLUTIONS_PER_MINUTE_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRevolutionsPerMinute
 
UNIT_OF_MEASURE_REVOLUTIONS_PER_MINUTE_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureRevolutionsPerMinute
 
UNIT_OF_MEASURE_SECONDS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureSeconds
 
UNIT_OF_MEASURE_SECONDS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureSeconds
 
UNIT_OF_MEASURE_VOLTS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureVolts
 
UNIT_OF_MEASURE_VOLTS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureVolts
 
UNIT_OF_MEASURE_WATTS_ID - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureWatts
 
UNIT_OF_MEASURE_WATTS_NAME - Static variable in class com.geotab.model.entity.unitofmeasure.UnitOfMeasureWatts
 
unitOfMeasure - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
The UnitOfMeasure applicable to the diagnostic parameter.
UnitOfMeasure - Class in com.geotab.model.entity.unitofmeasure
Describes the unit of measure (UOM) for engine data logs.
UnitOfMeasure(String) - Constructor for class com.geotab.model.entity.unitofmeasure.UnitOfMeasure
 
UnitOfMeasureAmps - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for electric current.
UnitOfMeasureBytes - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for digital storage.
UnitOfMeasureCubicMeters - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for the volume of a solid.
UnitOfMeasureCubicMetersPerSecond - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for volumetric flow rate.
UnitOfMeasureDegreesCelsius - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for temperature.
UnitOfMeasureEntity - Static variable in interface com.geotab.api.DataStore
 
UnitOfMeasureGrams - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for mass.
UnitOfMeasureGramsPerSecond - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for mass per second.
UnitOfMeasureGramsPerSquareMeter - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for mass over area.
UnitOfMeasureHertz - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure an amount of cycles per second.
UnitOfMeasureKilogramsPerKilometer - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for mass over distance.
UnitOfMeasureKilometersPerHour - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for speed.
UnitOfMeasureKilometersPerKilogram - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for the ratio of distance to fuel consumption.
UnitOfMeasureKilometersPerKiloWattHour - Class in com.geotab.model.entity.unitofmeasure
 
UnitOfMeasureKilometersPerLiter - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for distance over volume.
UnitOfMeasureKiloWattHours - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for energy (power * time).
UnitOfMeasureListResponse - Class in com.geotab.http.response
Deprecated.
UnitOfMeasureListResponse() - Constructor for class com.geotab.http.response.UnitOfMeasureListResponse
Deprecated.
 
UnitOfMeasureLiters - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for the volume of a liquid.
UnitOfMeasureLitersPerLaneKilometer - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for volume per lane kilometer.
UnitOfMeasureLitersPerTonne - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for volume over mass.
UnitOfMeasureMeters - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for distance.
UnitOfMeasureMetersPerSecondSquared - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for acceleration.
UnitOfMeasureNewtonMeters - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for acceleration.
UnitOfMeasureNewtons - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for force.
UnitOfMeasureNone - Class in com.geotab.model.entity.unitofmeasure
The placeholder unit of measure for a diagnostic that does not have any specific unit.
UnitOfMeasureOhms - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for electrical resistance.
UnitOfMeasureOhmsPerSecond - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for electrical resistance per second.
UnitOfMeasurePartsPerMillion - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for dimensionless quantities.
UnitOfMeasurePascals - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for pressure.
UnitOfMeasurePercentage - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for a percentage.
UnitOfMeasurePulsesPerMeter - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure an amount of digital pulses per meter.
UnitOfMeasureRadians - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for an angle.
UnitOfMeasureRevolutions - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure an amount of circulation rotations.
UnitOfMeasureRevolutionsPerMinute - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for RPM.
UnitOfMeasureSeconds - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for an amount of time.
UnitOfMeasureSerializer - Class in com.geotab.model.serialization
 
UnitOfMeasureSerializer() - Constructor for class com.geotab.model.serialization.UnitOfMeasureSerializer
 
UnitOfMeasureSystem - Class in com.geotab.model.entity.unitofmeasure
Represents a system supported unit of measure which cannot be changed.
UnitOfMeasureSystem(String, String) - Constructor for class com.geotab.model.entity.unitofmeasure.UnitOfMeasureSystem
 
UnitOfMeasureVolts - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for electrical potential.
UnitOfMeasureWatts - Class in com.geotab.model.entity.unitofmeasure
Represents the unit of measure for electrical power.
UNKNOWN_DRIVER_ID - Static variable in class com.geotab.model.entity.user.UnknownDriver
 
UnknownDriver - Class in com.geotab.model.entity.user
The default unknown driver of a Device.
UNTRACKED_ASSET_HARDWARE_ID - Static variable in class com.geotab.model.entity.device.Device
The default Hardware Id for untracked assets.
UNTRACKED_ASSET_PRODUCT_ID - Static variable in class com.geotab.model.entity.device.Device
The default Product ID for untracked assets.
UntrackedAsset - Class in com.geotab.model.entity.device
An untracked asset that is used in MyGeotab without a serial number.
UntrackedAsset() - Constructor for class com.geotab.model.entity.device.UntrackedAsset
 
User - Class in com.geotab.model.entity.user
A user of the system.
User(String) - Constructor for class com.geotab.model.entity.user.User
 
USER_SECURITY_GROUP_ID - Static variable in class com.geotab.model.entity.group.UserSecurityGroup
 
USER_SECURITY_GROUP_NAME - Static variable in class com.geotab.model.entity.group.UserSecurityGroup
 
userAuthenticationType - Variable in class com.geotab.model.entity.user.User
The user authentication type.
UserAuthenticationType - Enum in com.geotab.model.entity.user
 
UserDeserializer - Class in com.geotab.model.serialization
 
UserDeserializer() - Constructor for class com.geotab.model.serialization.UserDeserializer
 
UserEntity - Static variable in interface com.geotab.api.DataStore
 
UserHosRuleSet - Class in com.geotab.model.entity.hos
A user's Hos Ruleset.
UserHosRuleSet() - Constructor for class com.geotab.model.entity.hos.UserHosRuleSet
 
UserHosRuleSetEntity - Static variable in interface com.geotab.api.DataStore
 
UserListResponse - Class in com.geotab.http.response
Deprecated.
UserListResponse() - Constructor for class com.geotab.http.response.UserListResponse
Deprecated.
 
userLogin - Variable in class com.geotab.http.request.param.AuthenticateParameters
 
userName - Variable in class com.geotab.http.request.param.AuthenticateParameters
 
UserSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for a User or Driver.
UserSearch(String, List<GroupSearch>, List<GroupSearch>, String, LocalDateTime, Boolean, Long, String, String, String, LocalDateTime, List<String>, List<GroupSearch>, String, String, HosRuleSet, UserAuthenticationType) - Constructor for class com.geotab.model.search.UserSearch
 
UserSecurityGroup - Class in com.geotab.model.entity.group
This is a SystemSecurityClearance with an Id of GroupUserSecurityId.
UserSecurityGroup() - Constructor for class com.geotab.model.entity.group.UserSecurityGroup
 
Util - Interface in com.geotab.util
Internal use only.
Util.FailableFunction<T,R,E extends Throwable> - Interface in com.geotab.util
 
Util.MapBuilder<T,V> - Class in com.geotab.util
 
UtilityValidator - Class in com.geotab.util
 
UtilityValidator() - Constructor for class com.geotab.util.UtilityValidator
 

V

v - Variable in class com.geotab.model.Dictionary.Entry
 
validate() - Method in class com.geotab.model.login.Credentials
 
validLoggingPeriod - Variable in class com.geotab.model.entity.diagnostic.Diagnostic
ValidLoggingPeriod - Enum in com.geotab.model.entity.diagnostic
 
valueOf(String) - Static method in enum com.geotab.http.exception.DbUnavailableState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.http.exception.InvalidUserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.condition.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.customproperty.SupportedPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.device.DevicePlan
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.device.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.device.DtcClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.device.DtcSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.device.FaultState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.device.GoTalkLanguage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.device.HosOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.device.VehicleFeatureCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.diagnostic.DiagnosticType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.diagnostic.ValidLoggingPeriod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.driverchange.DriverChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusDeferralType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusLogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusMalfunctionTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusViolationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.dvirlog.DVIRLogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.dvirlog.RepairStatusType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.faultdata.FaultLampState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.faultdata.FaultResetMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.file.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.file.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.fuel.FuelEconomyUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.fuel.FuelTaxRoadType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.fuel.FuelTransactionProductType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.fuel.FuelTransactionProvider
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.fuel.FuelUpEventConfidences
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.group.DefectAssetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.group.DefectSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.group.SecurityIdentifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.notification.MediaFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.notification.NotificationBinaryFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.notification.NotificationTemplatePurpose
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.notification.WebRequestTemplateHttpVerb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.recipient.RecipientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.reporttemplate.ReportDataSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.reporttemplate.ReportTemplateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.route.RouteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.rule.ExceptionRuleBaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.rule.ExceptionRuleCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.textmessage.MessageContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.trip.TripType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.user.Currency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.user.DriverKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.user.ElectricEnergyEconomyUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.user.HosRuleSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.user.UserAuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.user.ZoneDisplayMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.worktime.DayOfWeek
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.entity.zone.IncludeGroups
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.error.JsonRpcErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.settings.GoogleMapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.settings.HereMapStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.geotab.model.settings.OpenStreetMapStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.geotab.http.exception.DbUnavailableState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.http.exception.InvalidUserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.condition.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.customproperty.SupportedPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.device.DevicePlan
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.device.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.device.DtcClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.device.DtcSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.device.FaultState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.device.GoTalkLanguage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.device.HosOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.device.VehicleFeatureCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.diagnostic.DiagnosticType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.diagnostic.ValidLoggingPeriod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.driverchange.DriverChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusDeferralType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusLogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusMalfunctionTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.dutystatus.DutyStatusViolationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.dvirlog.DVIRLogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.dvirlog.RepairStatusType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.faultdata.FaultLampState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.faultdata.FaultResetMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.file.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.file.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.fuel.FuelEconomyUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.fuel.FuelTaxRoadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.fuel.FuelTransactionProductType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.fuel.FuelTransactionProvider
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.fuel.FuelUpEventConfidences
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.group.DefectAssetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.group.DefectSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.group.SecurityIdentifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.notification.MediaFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.notification.NotificationBinaryFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.notification.NotificationTemplatePurpose
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.notification.WebRequestTemplateHttpVerb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.recipient.RecipientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.reporttemplate.ReportDataSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.reporttemplate.ReportTemplateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.route.RouteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.rule.ExceptionRuleBaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.rule.ExceptionRuleCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.textmessage.MessageContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.trip.TripType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.user.Currency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.user.DriverKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.user.ElectricEnergyEconomyUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.user.HosRuleSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.user.UserAuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.user.ZoneDisplayMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.worktime.DayOfWeek
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.entity.zone.IncludeGroups
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.error.JsonRpcErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.settings.GoogleMapStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.settings.HereMapStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.geotab.model.settings.OpenStreetMapStyle
Returns an array containing the constants of this enum type, in the order they are declared.
VEHICLE_COMMAND - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
VehicleFeatureCategory - Enum in com.geotab.model.entity.device
 
VehicleIdentificationNumberAware - Interface in com.geotab.model.entity.device
For devices with a Vehicle Identification Number (VIN).
VersionInformation - Class in com.geotab.model
 
VersionInformation() - Constructor for class com.geotab.model.VersionInformation
 
VIEW_ONLY_SECURITY_GROUP_ID - Static variable in class com.geotab.model.entity.group.ViewOnlySecurityGroup
 
VIEW_ONLY_SECURITY_GROUP_NAME - Static variable in class com.geotab.model.entity.group.ViewOnlySecurityGroup
 
ViewOnlySecurityGroup - Class in com.geotab.model.entity.group
This is a SystemSecurityClearance with an Id of GroupViewOnlySecurityId.
ViewOnlySecurityGroup() - Constructor for class com.geotab.model.entity.group.ViewOnlySecurityGroup
 
VoidResponse - Class in com.geotab.http.response
Deprecated.
VoidResponse() - Constructor for class com.geotab.http.response.VoidResponse
Deprecated.
 

W

Waypoint - Class in com.geotab.model.geographical
 
Waypoint() - Constructor for class com.geotab.model.geographical.Waypoint
 
waypoints - Variable in class com.geotab.http.request.param.GetDirectionsParameters
 
waypoints - Variable in class com.geotab.http.request.param.OptimizeWaypointsParameters
 
WEB_REQUEST_TEMPLATE - Static variable in class com.geotab.model.entity.notification.NotificationBinaryFile
 
WebMethods - Interface in com.geotab.api
List of WebMethods type-safe descriptors.
WebRequestTemplate - Class in com.geotab.model.entity.notification
URL template.
WebRequestTemplate() - Constructor for class com.geotab.model.entity.notification.WebRequestTemplate
 
WebRequestTemplateHttpVerb - Enum in com.geotab.model.entity.notification
 
WHITE - Static variable in class com.geotab.model.drawing.Color
 
wifiEULA - Variable in class com.geotab.model.entity.user.User
Value indicating accepted WiFi-specific EULA version.
WifiHotspot - Class in com.geotab.model.entity.wifi
 
WifiHotspot() - Constructor for class com.geotab.model.entity.wifi.WifiHotspot
 
WifiHotspotEntity - Static variable in interface com.geotab.api.DataStore
 
WifiHotspotSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for a WifiHotspot.
WifiHotspotSearch() - Constructor for class com.geotab.model.search.WifiHotspotSearch
 
WifiUsageTier - Class in com.geotab.model.wifi
Represents a specific usage tier for wifi hotspot rate plans.
WifiUsageTier() - Constructor for class com.geotab.model.wifi.WifiUsageTier
 
withCustomObjectMapper(ObjectMapper) - Method in class com.geotab.model.serialization.ApiJsonSerializer
!!! Use with caution !!!
WORK_TIME_ALL_HOURS_ID - Static variable in class com.geotab.model.entity.worktime.WorkTimeAllHours
 
WORK_TIME_EARLY_LEAVE_HOURS_ID - Static variable in class com.geotab.model.entity.worktime.WorkTimeEarlyLeaveHours
 
WORK_TIME_LATE_ARRIVAL_HOURS_ID - Static variable in class com.geotab.model.entity.worktime.WorkTimeLateArrivalHours
 
WORK_TIME_LUNCH_HOURS_ID - Static variable in class com.geotab.model.entity.worktime.WorkTimeLunchHours
 
WORK_TIME_STANDARD_HOURS_ID - Static variable in class com.geotab.model.entity.worktime.WorkTimeStandardHours
 
WorkHoliday - Class in com.geotab.model.entity.workholiday
Day that is specified as not being a regular working day.
WorkHoliday() - Constructor for class com.geotab.model.entity.workholiday.WorkHoliday
 
WorkHolidayEntity - Static variable in interface com.geotab.api.DataStore
 
WorkHolidayListResponse - Class in com.geotab.http.response
Deprecated.
WorkHolidayListResponse() - Constructor for class com.geotab.http.response.WorkHolidayListResponse
Deprecated.
 
WorkHolidaySearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for a WorkHoliday.
WorkHolidaySearch(String, String) - Constructor for class com.geotab.model.search.WorkHolidaySearch
 
WORKSHOP_MODE - Static variable in class com.geotab.model.entity.textmessage.TextMessageContentType
 
workTime - Variable in class com.geotab.model.entity.device.Device
The WorkTime rules to apply to the device.
WorkTime - Class in com.geotab.model.entity.worktime
The WorkTimeDetail(s) defining periods during the week that are considered as part of regular working hours.
WorkTime(String) - Constructor for class com.geotab.model.entity.worktime.WorkTime
 
WorkTimeAllHours - Class in com.geotab.model.entity.worktime
 
WorkTimeDetail - Class in com.geotab.model.entity.worktime
The times during the week that are working times.
WorkTimeDetail() - Constructor for class com.geotab.model.entity.worktime.WorkTimeDetail
 
WorkTimeEarlyLeaveHours - Class in com.geotab.model.entity.worktime
Represents Early Leave WorkTime hours.
WorkTimeEarlyLeaveHours() - Constructor for class com.geotab.model.entity.worktime.WorkTimeEarlyLeaveHours
 
WorkTimeEntity - Static variable in interface com.geotab.api.DataStore
 
WorkTimeHolidayGroupId - Class in com.geotab.model.entity.worktime
Work holidays.
WorkTimeHolidayGroupId() - Constructor for class com.geotab.model.entity.worktime.WorkTimeHolidayGroupId
 
WorkTimeLateArrivalHours - Class in com.geotab.model.entity.worktime
Represents Late Arrival WorkTime hours.
WorkTimeLateArrivalHours() - Constructor for class com.geotab.model.entity.worktime.WorkTimeLateArrivalHours
 
WorkTimeListResponse - Class in com.geotab.http.response
Deprecated.
WorkTimeListResponse() - Constructor for class com.geotab.http.response.WorkTimeListResponse
Deprecated.
 
WorkTimeLunchHours - Class in com.geotab.model.entity.worktime
Represents the lunch WorkTime hours.
WorkTimeLunchHours() - Constructor for class com.geotab.model.entity.worktime.WorkTimeLunchHours
 
WorkTimeSearch - Class in com.geotab.model.search
 
WorkTimeSearch(String, String) - Constructor for class com.geotab.model.search.WorkTimeSearch
 
WorkTimeStandardHours - Class in com.geotab.model.entity.worktime
Represents the standard WorkTime hours.
WorkTimeStandardHours() - Constructor for class com.geotab.model.entity.worktime.WorkTimeStandardHours
 
WorkTimeSystem - Class in com.geotab.model.entity.worktime
A work time that is a system supplied work time.
WorkTimeSystem() - Constructor for class com.geotab.model.entity.worktime.WorkTimeSystem
 

X

X509CertificateDeserializer - Class in com.geotab.model.serialization
 
X509CertificateDeserializer() - Constructor for class com.geotab.model.serialization.X509CertificateDeserializer
 
X509CertificateSerializer - Class in com.geotab.model.serialization
 
X509CertificateSerializer() - Constructor for class com.geotab.model.serialization.X509CertificateSerializer
 

Z

Zone - Class in com.geotab.model.entity.zone
Sometimes referred to as a "Geofence", a zone is a virtual geographic boundary, defined by its points representing a real-world geographic area.
Zone(String) - Constructor for class com.geotab.model.entity.zone.Zone
 
ZONE_TYPE_ADDRESS_LOOKUP_ID - Static variable in class com.geotab.model.entity.zone.type.ZoneTypeAddressLookup
 
ZONE_TYPE_CUSTOMER_ID - Static variable in class com.geotab.model.entity.zone.type.ZoneTypeCustomer
 
ZONE_TYPE_HOME_ID - Static variable in class com.geotab.model.entity.zone.type.ZoneTypeHome
 
ZONE_TYPE_OFFICE_ID - Static variable in class com.geotab.model.entity.zone.type.ZoneTypeOffice
 
zoneDisplayMode - Variable in class com.geotab.model.entity.user.User
The default zone display mode used on the map.
ZoneDisplayMode - Enum in com.geotab.model.entity.user
 
ZoneEntity - Static variable in interface com.geotab.api.DataStore
 
ZoneListResponse - Class in com.geotab.http.response
Deprecated.
ZoneListResponse() - Constructor for class com.geotab.http.response.ZoneListResponse
Deprecated.
 
ZoneSearch - Class in com.geotab.model.search
The object used to specify the arguments when searching for Zone(s).
ZoneSearch(String, String, List<GroupSearch>, IncludeGroups, Integer, String, BoundingBox, LocalDateTime, LocalDateTime, List<String>) - Constructor for class com.geotab.model.search.ZoneSearch
 
ZoneType - Class in com.geotab.model.entity.zone.type
The type of the zone.
ZoneType(String) - Constructor for class com.geotab.model.entity.zone.type.ZoneType
 
ZoneTypeAddressLookup - Class in com.geotab.model.entity.zone.type
A zone type that is for address lookup.
ZoneTypeAddressLookup() - Constructor for class com.geotab.model.entity.zone.type.ZoneTypeAddressLookup
 
ZoneTypeCustomer - Class in com.geotab.model.entity.zone.type
A zone type that is a customer.
ZoneTypeCustomer() - Constructor for class com.geotab.model.entity.zone.type.ZoneTypeCustomer
 
ZoneTypeEntity - Static variable in interface com.geotab.api.DataStore
 
ZoneTypeHome - Class in com.geotab.model.entity.zone.type
A zone type that is a home zone.
ZoneTypeHome() - Constructor for class com.geotab.model.entity.zone.type.ZoneTypeHome
 
ZoneTypeOffice - Class in com.geotab.model.entity.zone.type
Zone Type that is an office zone.
ZoneTypeOffice() - Constructor for class com.geotab.model.entity.zone.type.ZoneTypeOffice
 
ZoneTypeSystem - Class in com.geotab.model.entity.zone.type
Base class for all system zone types.
ZoneTypeSystem() - Constructor for class com.geotab.model.entity.zone.type.ZoneTypeSystem
 
A B C D E F G H I J K L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2023. All rights reserved.