Hi,
in the Java SDK we have two types of POJOs for types: Enums and Classes.
- Example for an Enum would be com.garmin.fit.BodyLocation.
- Example for a Class are com.garmin.fit.AntplusDeviceType and com.garmin.fit.BleDeviceType.
This is pretty inconsistent and makes working in an object oriented way pretty hard.
Is there a reason for this that I am not seeing?
Would it be possible to migrate the Class POJOs to Enums in the next SDK updates?