- call(AuthenticatedRequest<?>, Class<O>) - Method in interface com.geotab.api.Api
-
- call(AuthenticatedRequest<?>, Class<O>) - Method in interface com.geotab.api.Api.MultiCallBuilder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- DeviceStatusInfoListResponse() - Constructor for class com.geotab.http.response.DeviceStatusInfoListResponse
-
Deprecated.
- DeviceStatusInfoSearch - Class in com.geotab.model.search
-
- DeviceStatusInfoSearch(Integer, DeviceSearch, Coordinate, UserSearch) - Constructor for class com.geotab.model.search.DeviceStatusInfoSearch
-
- deviceType - Variable in class com.geotab.model.entity.device.Device
-
- DeviceType - Enum in com.geotab.model.entity.device
-
- deviceTypeFromProductId(int) - Static method in class com.geotab.model.entity.device.Device
-
- 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
-
- 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
-
- 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
-
- DistributionListListResponse() - Constructor for class com.geotab.http.response.DistributionListListResponse
-
Deprecated.
- DistributionListSearch - Class in com.geotab.model.search
-
- DistributionListSearch(String, Id, RecipientSearch, RuleSearch) - Constructor for class com.geotab.model.search.DistributionListSearch
-
- DistributionListSystem - Class in com.geotab.model.entity.distributionlist
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- DutyStatusAvailabilityListResponse() - Constructor for class com.geotab.http.response.DutyStatusAvailabilityListResponse
-
Deprecated.
- DutyStatusAvailabilitySearch - Class in com.geotab.model.search
-
- 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
-
- 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
-
- DutyStatusViolationListResponse() - Constructor for class com.geotab.http.response.DutyStatusViolationListResponse
-
Deprecated.
- DutyStatusViolationSearch - Class in com.geotab.model.search
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- GetFeedAnnotationLogResponse() - Constructor for class com.geotab.http.response.GetFeedAnnotationLogResponse
-
Deprecated.
- GetFeedAuditResponse - Class in com.geotab.http.response
-
- GetFeedAuditResponse() - Constructor for class com.geotab.http.response.GetFeedAuditResponse
-
Deprecated.
- GetFeedCustomDataResponse - Class in com.geotab.http.response
-
- GetFeedCustomDataResponse() - Constructor for class com.geotab.http.response.GetFeedCustomDataResponse
-
Deprecated.
- GetFeedDebugDataResponse - Class in com.geotab.http.response
-
- GetFeedDebugDataResponse() - Constructor for class com.geotab.http.response.GetFeedDebugDataResponse
-
Deprecated.
- GetFeedDeviceResponse - Class in com.geotab.http.response
-
- GetFeedDeviceResponse() - Constructor for class com.geotab.http.response.GetFeedDeviceResponse
-
Deprecated.
- GetFeedDeviceStatusInfoResponse - Class in com.geotab.http.response
-
- GetFeedDeviceStatusInfoResponse() - Constructor for class com.geotab.http.response.GetFeedDeviceStatusInfoResponse
-
Deprecated.
- GetFeedDiagnosticResponse - Class in com.geotab.http.response
-
- GetFeedDiagnosticResponse() - Constructor for class com.geotab.http.response.GetFeedDiagnosticResponse
-
Deprecated.
- GetFeedDriverChangeResponse - Class in com.geotab.http.response
-
- GetFeedDriverChangeResponse() - Constructor for class com.geotab.http.response.GetFeedDriverChangeResponse
-
Deprecated.
- GetFeedDutyStatusAvailabilityResponse - Class in com.geotab.http.response
-
- GetFeedDutyStatusAvailabilityResponse() - Constructor for class com.geotab.http.response.GetFeedDutyStatusAvailabilityResponse
-
Deprecated.
- GetFeedDutyStatusLogResponse - Class in com.geotab.http.response
-
- GetFeedDutyStatusLogResponse() - Constructor for class com.geotab.http.response.GetFeedDutyStatusLogResponse
-
Deprecated.
- GetFeedDVIRLogResponse - Class in com.geotab.http.response
-
- GetFeedDVIRLogResponse() - Constructor for class com.geotab.http.response.GetFeedDVIRLogResponse
-
Deprecated.
- GetFeedExceptionEventResponse - Class in com.geotab.http.response
-
- GetFeedExceptionEventResponse() - Constructor for class com.geotab.http.response.GetFeedExceptionEventResponse
-
Deprecated.
- GetFeedFaultDataResponse - Class in com.geotab.http.response
-
- GetFeedFaultDataResponse() - Constructor for class com.geotab.http.response.GetFeedFaultDataResponse
-
Deprecated.
- GetFeedFuelTaxDetailResponse - Class in com.geotab.http.response
-
- GetFeedFuelTaxDetailResponse() - Constructor for class com.geotab.http.response.GetFeedFuelTaxDetailResponse
-
Deprecated.
- GetFeedIoxAddOnResponse - Class in com.geotab.http.response
-
- GetFeedIoxAddOnResponse() - Constructor for class com.geotab.http.response.GetFeedIoxAddOnResponse
-
Deprecated.
- GetFeedLogRecordResponse - Class in com.geotab.http.response
-
- GetFeedLogRecordResponse() - Constructor for class com.geotab.http.response.GetFeedLogRecordResponse
-
Deprecated.
- GetFeedMediaFileResponse - Class in com.geotab.http.response
-
- 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
-
- GetFeedRouteResponse() - Constructor for class com.geotab.http.response.GetFeedRouteResponse
-
Deprecated.
- GetFeedRuleResponse - Class in com.geotab.http.response
-
- GetFeedRuleResponse() - Constructor for class com.geotab.http.response.GetFeedRuleResponse
-
Deprecated.
- GetFeedShipmentLogResponse - Class in com.geotab.http.response
-
- GetFeedShipmentLogResponse() - Constructor for class com.geotab.http.response.GetFeedShipmentLogResponse
-
Deprecated.
- GetFeedStatusDataResponse - Class in com.geotab.http.response
-
- GetFeedStatusDataResponse() - Constructor for class com.geotab.http.response.GetFeedStatusDataResponse
-
Deprecated.
- GetFeedTextMesageResponse - Class in com.geotab.http.response
-
- GetFeedTextMesageResponse() - Constructor for class com.geotab.http.response.GetFeedTextMesageResponse
-
Deprecated.
- GetFeedTrailerAttachmentResponse - Class in com.geotab.http.response
-
- GetFeedTrailerAttachmentResponse() - Constructor for class com.geotab.http.response.GetFeedTrailerAttachmentResponse
-
Deprecated.
- GetFeedTrailerResponse - Class in com.geotab.http.response
-
- GetFeedTrailerResponse() - Constructor for class com.geotab.http.response.GetFeedTrailerResponse
-
Deprecated.
- GetFeedTripResponse - Class in com.geotab.http.response
-
- GetFeedTripResponse() - Constructor for class com.geotab.http.response.GetFeedTripResponse
-
Deprecated.
- GetFeedUserResponse - Class in com.geotab.http.response
-
- GetFeedUserResponse() - Constructor for class com.geotab.http.response.GetFeedUserResponse
-
Deprecated.
- GetFeedZoneResponse - Class in com.geotab.http.response
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- ViewOnlySecurityGroup() - Constructor for class com.geotab.model.entity.group.ViewOnlySecurityGroup
-
- VoidResponse - Class in com.geotab.http.response
-
- VoidResponse() - Constructor for class com.geotab.http.response.VoidResponse
-
Deprecated.