| Package | Description |
|---|---|
| com.geotab.model.entity.device |
| Modifier and Type | Field and Description |
|---|---|
static List<VehicleFeatureCategory> |
DeviceFlags.GARMIN_FEATURES
The
VehicleFeatureCategorys that relate to Garmin. |
static List<VehicleFeatureCategory> |
DeviceFlags.HOS_FEATURES
The
VehicleFeatureCategorys that relate to Hos. |
| Modifier and Type | Method and Description |
|---|---|
static VehicleFeatureCategory |
VehicleFeatureCategory.findOrDefault(String name) |
static VehicleFeatureCategory |
VehicleFeatureCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VehicleFeatureCategory[] |
VehicleFeatureCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DeviceFlags(List<VehicleFeatureCategory> activeFeatures,
List<VehicleFeatureCategory> allowedFeatures,
List<String> restrictions) |
DeviceFlags(List<VehicleFeatureCategory> activeFeatures,
List<VehicleFeatureCategory> allowedFeatures,
List<String> restrictions) |
Copyright © 2023. All rights reserved.