| Package | Description |
|---|---|
| com.geotab.model.entity.device | |
| com.geotab.model.search |
| Modifier and Type | Field and Description |
|---|---|
protected DeviceType |
Device.deviceType
Specifies the GO or Custom
DeviceType. |
| Modifier and Type | Method and Description |
|---|---|
static DeviceType |
Device.deviceTypeFromProductId(int productId)
Maps the given productId to a
DeviceType. |
static DeviceType |
DeviceType.findByName(String name) |
static DeviceType |
DeviceType.findOrDefault(String name) |
static DeviceType |
DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DeviceSearch(String id,
String comment,
DeviceType deviceType,
LocalDateTime fromDate,
List<GroupSearch> groups,
Long hardwareId,
String licensePlate,
String name,
String serialNumber,
LocalDateTime toDate,
String vehicleIdentificationNumber,
List<String> keywords,
CustomPropertySearch customPropertySearch) |
Copyright © 2023. All rights reserved.