Enum ActivityLevel.ActivityLevelType (0.2.0)

public enum ActivityLevel.ActivityLevelType extends Enum<ActivityLevel.ActivityLevelType> implements ProtocolMessageEnum

Represents different activity level types.

Protobuf enum google.devicesandservices.health.v4.ActivityLevel.ActivityLevelType

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVITY_LEVEL_TYPE_UNSPECIFIED

Unspecified activity level type.

ACTIVITY_LEVEL_TYPE_UNSPECIFIED = 0;

ACTIVITY_LEVEL_TYPE_UNSPECIFIED_VALUE

Unspecified activity level type.

ACTIVITY_LEVEL_TYPE_UNSPECIFIED = 0;

LIGHTLY_ACTIVE

Lightly active activity level.

LIGHTLY_ACTIVE = 2;

LIGHTLY_ACTIVE_VALUE

Lightly active activity level.

LIGHTLY_ACTIVE = 2;

MODERATELY_ACTIVE

Moderately active activity level.

MODERATELY_ACTIVE = 3;

MODERATELY_ACTIVE_VALUE

Moderately active activity level.

MODERATELY_ACTIVE = 3;

SEDENTARY

Sedentary activity level.

SEDENTARY = 1;

SEDENTARY_VALUE

Sedentary activity level.

SEDENTARY = 1;

UNRECOGNIZED
VERY_ACTIVE

Very active activity level.

VERY_ACTIVE = 4;

VERY_ACTIVE_VALUE

Very active activity level.

VERY_ACTIVE = 4;

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()