| Package | Description |
|---|---|
| com.geotab.api | |
| com.geotab.model | |
| com.geotab.model.entity | |
| com.geotab.model.entity.dutystatus | |
| com.geotab.model.entity.textmessage | |
| com.geotab.model.search | |
| com.geotab.model.serialization |
| Modifier and Type | Method and Description |
|---|---|
default <E extends Entity> |
Api.callAdd(Api.EntityDescriptor<E,?> type,
E entity)
Makes a type-safe Add call.
|
default <E extends Entity> |
Api.MultiCallBuilder.callAdd(Api.EntityDescriptor<E,?> type,
E entity)
Makes a type-safe Add call.
|
default Optional<Id> |
Api.callAdd(AuthenticatedParameters in)
Makes an Add call.
|
default Supplier<Id> |
Api.MultiCallBuilder.callAdd(AuthenticatedParameters in)
Makes an Add call.
|
Optional<Id> |
Api.callAdd(AuthenticatedRequest<?> in)
Makes an Add call.
|
Supplier<Id> |
Api.MultiCallBuilder.callAdd(AuthenticatedRequest<?> in)
Makes an Add call.
|
Optional<Id> |
GeotabApi.callAdd(AuthenticatedRequest<?> in) |
| Modifier and Type | Method and Description |
|---|---|
int |
Id.compareTo(Id other) |
| Modifier and Type | Method and Description |
|---|---|
B |
Entity.EntityBuilder.id(Id id) |
| Modifier and Type | Method and Description |
|---|---|
Id |
DutyStatusAvailability.getId() |
Id |
DutyStatusViolation.getId() |
| Modifier and Type | Method and Description |
|---|---|
DutyStatusAvailability |
DutyStatusAvailability.setId(Id id) |
DutyStatusViolation |
DutyStatusViolation.setId(Id id) |
| Constructor and Description |
|---|
LocationContent(Integer id,
String message,
Boolean urgent,
String address,
double latitude,
double longitude,
Id routeId) |
| Constructor and Description |
|---|
StatusDataRequestContent(List<Id> ids,
Byte[] data) |
| Constructor and Description |
|---|
DistributionListSearch(String id,
Id maxId,
RecipientSearch recipientSearch,
RuleSearch ruleSearch) |
GroupSearch(String id,
Boolean includeAllTrees,
Id maxId,
String name,
String reference) |
LogRecordSearch(String id,
LocalDateTime fromDate,
LocalDateTime toDate,
Id deviceSearch) |
TextMessageSearch(String id,
DeviceSearch deviceSearch,
LocalDateTime modifiedSinceDate,
LocalDateTime toDate,
Long parentTextMessageId,
Id parentMessageId,
List<MessageContentType> contentTypes) |
| Modifier and Type | Method and Description |
|---|---|
Id |
IdDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext context) |
Id |
SystemEntitySerializationAware.getId()
Get Entity id.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Id> |
EntityCollectionAsIdCollectionSerializer.convert(Collection<Entity> entities) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdAsStringSerializer.serialize(Id v,
com.fasterxml.jackson.core.JsonGenerator jg,
com.fasterxml.jackson.databind.SerializerProvider sp) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
ListIdConverter.convert(List<Id> users) |
Copyright © 2023. All rights reserved.