public enum ActivityLevel.ActivityLevelType extends Enum<ActivityLevel.ActivityLevelType> implements ProtocolMessageEnumRepresents different activity level types.
Protobuf enum google.devicesandservices.health.v4.ActivityLevel.ActivityLevelType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVITY_LEVEL_TYPE_UNSPECIFIED |
Unspecified activity level type. |
ACTIVITY_LEVEL_TYPE_UNSPECIFIED_VALUE |
Unspecified activity level type. |
LIGHTLY_ACTIVE |
Lightly active activity level. |
LIGHTLY_ACTIVE_VALUE |
Lightly active activity level. |
MODERATELY_ACTIVE |
Moderately active activity level. |
MODERATELY_ACTIVE_VALUE |
Moderately active activity level. |
SEDENTARY |
Sedentary activity level. |
SEDENTARY_VALUE |
Sedentary activity level. |
UNRECOGNIZED |
|
VERY_ACTIVE |
Very active activity level. |
VERY_ACTIVE_VALUE |
Very active activity level. |
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() |
|