| Constructor and Description |
|---|
DeviceDefaultsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAuxiliaryDefaults(DigitalAuxiliariesAware device)
Adds the auxiliary defaults.
|
static void |
addCustomVehicleDeviceDefaults(CustomVehicleDevice device)
Adds the custom vehicle device defaults.
|
static void |
addEngineHoursAdjustmentProviderDefaults(EngineHoursAdjustmentProviderAware device)
Adds the odometer adjustment provider defaults.
|
static void |
addGoCurveDefaults(GoCurve device)
Applies the defaults for the GoCurve device.
|
static void |
addGoDeviceDefaults(GoDevice device)
Applies the defaults for the GoDevice device.
|
static void |
addGoLegacyDefaults(GoLegacy device)
Adds the go legacy defaults.
|
static void |
addLicensableDefaults(LicensableAware device)
Adds the license defaults.
|
static void |
addOdometerAdjustmentProviderDefaults(OdometerAdjustmentProviderAware device)
Adds the odometer adjustment provider defaults.
|
static void |
addRfChannelDefaults(RfChannelsAware device)
Adds the RF channel defaults.
|
static void |
addVehicleIdentificationNumberDefaults(VehicleIdentificationNumberAware device)
Add the defaults to VIN.
|
static <T> T |
apply(T t,
Consumer<T> fn) |
public static <T> T apply(T t,
Consumer<T> fn)
public static void addVehicleIdentificationNumberDefaults(VehicleIdentificationNumberAware device)
public static void addGoDeviceDefaults(GoDevice device)
public static void addLicensableDefaults(LicensableAware device)
public static void addGoLegacyDefaults(GoLegacy device)
public static void addRfChannelDefaults(RfChannelsAware device)
public static void addAuxiliaryDefaults(DigitalAuxiliariesAware device)
public static void addGoCurveDefaults(GoCurve device)
public static void addOdometerAdjustmentProviderDefaults(OdometerAdjustmentProviderAware device)
public static void addEngineHoursAdjustmentProviderDefaults(EngineHoursAdjustmentProviderAware device)
public static void addCustomVehicleDeviceDefaults(CustomVehicleDevice device)
Copyright © 2023. All rights reserved.