Package com.polar.sdk.api
Enum PolarBleApi.PolarStoredDataType
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum PolarBleApi.PolarStoredDataType extends Enum<PolarBleApi.PolarStoredDataType>
The data types in Polar devices that are available for cleanup.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
type
private final String
name
private final Integer
ordinal
private final EnumEntries<PolarBleApi.PolarStoredDataType>
entries
-
Enum Constant Summary
Enum Constants Enum Constant Description ACTIVITY
AUTO_SAMPLE
DAILY_SUMMARY
NIGHTLY_RECOVERY
SDLOGS
SLEEP
SLEEP_SCORE
SKIN_CONTACT_CHANGES
SKIN_TEMP
-
Method Summary
Modifier and Type Method Description final PolarBleApi.PolarStoredDataType
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<PolarBleApi.PolarStoredDataType>
values()
Returns an array containing the constants of this enum type, in the order they're declared. final String
getType()
final EnumEntries<PolarBleApi.PolarStoredDataType>
getEntries()
The data types in Polar devices that are available for cleanup. -
-
Method Detail
-
valueOf
final PolarBleApi.PolarStoredDataType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<PolarBleApi.PolarStoredDataType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<PolarBleApi.PolarStoredDataType> getEntries()
The data types in Polar devices that are available for cleanup.
-
-
-
-