Package com.polar.sdk.api.model
Enum PolarWatchFaceComplication
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum PolarWatchFaceComplication extends Enum<PolarWatchFaceComplication>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPolarWatchFaceComplication.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Integeridprivate final StringcomplicationIdprivate final Stringnameprivate final Integerordinalprivate final EnumEntries<PolarWatchFaceComplication>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description ALARMALTITUDEACTIVITYBATTERYBREATHING_EXERCISECALORIESCOMPASSCOUNTDOWN_TIMERDATEDAYLIGHTECGEMPTYFLASHLIGHTHEART_RATEJUMP_TESTLATEST_TRAININGNAVIGATIONNIGHTLY_RECHARGEPOLAR_LOGOSECONDS_ANALOGSECONDS_DIGITALSPO2TIMERUSER_NAMEWEATHERWEEKLY_SUMMARY
-
Method Summary
Modifier and Type Method Description final PolarWatchFaceComplicationvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<PolarWatchFaceComplication>values()Returns an array containing the constants of this enum type, in the order they're declared. final IntegergetId()final StringgetComplicationId()final EnumEntries<PolarWatchFaceComplication>getEntries()-
-
Method Detail
-
valueOf
final PolarWatchFaceComplication 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<PolarWatchFaceComplication> 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.
-
getComplicationId
final String getComplicationId()
-
getEntries
final EnumEntries<PolarWatchFaceComplication> getEntries()
-
-
-
-