Uses of Class
org.bremersee.garmin.userprofile.v1.model.ext.HeartRateInBeatsPerMinuteT
Packages that use HeartRateInBeatsPerMinuteT
-
Uses of HeartRateInBeatsPerMinuteT in org.bremersee.garmin.userprofile.v1.model.ext
Fields in org.bremersee.garmin.userprofile.v1.model.ext declared as HeartRateInBeatsPerMinuteTModifier and TypeFieldDescriptionprotected HeartRateInBeatsPerMinuteTProfileHeartRateZoneT.highprotected HeartRateInBeatsPerMinuteTProfileHeartRateZoneT.lowprotected HeartRateInBeatsPerMinuteTAbstractProfileActivityT.maximumHeartRateBpmMethods in org.bremersee.garmin.userprofile.v1.model.ext that return HeartRateInBeatsPerMinuteTModifier and TypeMethodDescriptionObjectFactory.createHeartRateInBeatsPerMinuteT()Create an instance ofHeartRateInBeatsPerMinuteTProfileHeartRateZoneT.getHigh()Gets the value of the high property.ProfileHeartRateZoneT.getLow()Gets the value of the low property.AbstractProfileActivityT.getMaximumHeartRateBpm()Gets the value of the maximumHeartRateBpm property.Methods in org.bremersee.garmin.userprofile.v1.model.ext with parameters of type HeartRateInBeatsPerMinuteTModifier and TypeMethodDescriptionvoidProfileHeartRateZoneT.setHigh(HeartRateInBeatsPerMinuteT value) Sets the value of the high property.voidProfileHeartRateZoneT.setLow(HeartRateInBeatsPerMinuteT value) Sets the value of the low property.voidAbstractProfileActivityT.setMaximumHeartRateBpm(HeartRateInBeatsPerMinuteT value) Sets the value of the maximumHeartRateBpm property.