| 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) |
| Constructor and Description |
|---|
AddIn(Id id,
AddInConfiguration configuration,
String url,
Boolean isInactive,
LocalDateTime updateTime,
String solutionId)
Initializes a new instance of the
AddIn class. |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
Id[] |
TachographUnitData.unitIds
Gets or sets the list of unit ids.
|
| Modifier and Type | Field and Description |
|---|---|
Id[] |
TachographDownloadZipFileData.fileIds
Gets or sets the search criteria.
|
| Constructor and Description |
|---|
TachographDataFile(Id id,
Driver driver,
Device device,
Byte[] binaryData,
int origin,
String originDescription,
LocalDateTime dateTime,
LocalDateTime timestamp,
LocalDateTime timestampStart,
LocalDateTime timestampEnd,
String fileName,
String summary,
int signature,
String fileNameTgd,
String fileNameDdd,
String fileNameV1B,
String warnings,
String errors,
int processingStatus,
String lockGaps,
Boolean archived)
Initializes a new instance of the
TachographDataFile. |
| 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) |
TachographDataFileSearch(String id,
DeviceSearch deviceSearch,
UserSearch userSearch,
LocalDateTime fromUploadDate,
LocalDateTime toUploadDate,
String type,
Boolean includeBinaryData,
LocalDateTime fromTimestamp,
LocalDateTime toTimestamp,
List<String> keywords,
long version,
Id[] ids,
int processingStatus,
TachographDataFileSearch.FloorToCeilingTimestampSearch fromFloorToCeilingTimestamp,
Boolean withoutError,
String errorContains,
Boolean includeArchived,
LocalDateTime fromActivityTimestampEnd,
TachographDataFileSearch.ActivityTimestampBetweenSearch activityTimestampBetween) |
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 © 2024. All rights reserved.