Safe Haskell | None |
---|
Strive.Enums
Description
Types for choosing an option from a limited set.
- data ActivityType
- data ActivityZoneType
- data AgeGroup
- = Ages0To24
- | Ages25To34
- | Ages35To44
- | Ages45To54
- | Ages55To64
- | Ages65Plus
- data ClubType
- = CasualClub
- | Company
- | Other
- | RacingTeam
- | Shop
- data FrameType
- data Gender
- data MeasurementPreference
- data PhotoType = InstagramPhoto
- data Resolution
- data ResourceState
- data SegmentActivityType
- data SeriesType
- data SportType
- data StreamType
- data WeightClass
Documentation
data ActivityType Source
An activity's type.
Constructors
Alpineski | |
Backcountryski | |
Hike | |
Iceskate | |
Inlineskate | |
Kitesurf | |
Nordicski | |
Ride | |
Rollerski | |
Run | |
Snowboard | |
Snowshoe | |
Swim | |
Walk | |
Windsurf | |
Workout |
Instances
An athlete's age group.
Constructors
Ages0To24 | |
Ages25To34 | |
Ages35To44 | |
Ages45To54 | |
Ages55To64 | |
Ages65Plus |
An athlete's gender.
data MeasurementPreference Source
An athlete's measurement preference.
A photo's type.
Constructors
InstagramPhoto |
data Resolution Source
A stream's resolution.
data ResourceState Source
A resource's state.
Instances
data SegmentActivityType Source
A segment's activity type.
data SeriesType Source
A series' type in a stream.
A club's sport type.
Constructors
SportCycling | |
SportOther | |
SportRunning | |
SportTriathalon |
data StreamType Source
A stream's type.
Constructors
AltitudeStream | |
CadenceStream | |
DistanceStream | |
GradeSmoothStream | |
HeartrateStream | |
LatlngStream | |
MovingStream | |
TempStream | |
TimeStream | |
VelocitySmoothStream | |
WattsStream |
Instances
data WeightClass Source
An athlete's weight class.