public enum DailyRestingHeartRate.DailyRestingHeartRateMetadata.CalculationMethod extends Enum<DailyRestingHeartRate.DailyRestingHeartRateMetadata.CalculationMethod> implements ProtocolMessageEnumThe method used to calculate the resting heart rate.
Protobuf enum
google.devicesandservices.health.v4.DailyRestingHeartRate.DailyRestingHeartRateMetadata.CalculationMethod
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CALCULATION_METHOD_UNSPECIFIED |
The calculation method is unspecified. |
CALCULATION_METHOD_UNSPECIFIED_VALUE |
The calculation method is unspecified. |
ONLY_WITH_AWAKE_DATA |
The resting heart rate is calculated using only awake data. |
ONLY_WITH_AWAKE_DATA_VALUE |
The resting heart rate is calculated using only awake data. |
UNRECOGNIZED |
|
WITH_SLEEP |
The resting heart rate is calculated using the sleep data. |
WITH_SLEEP_VALUE |
The resting heart rate is calculated using the sleep data. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|