| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Strive.Options.Segments
Description
Synopsis
- type GetStarredSegmentsOptions = PaginationOptions
- data GetSegmentEffortsOptions = GetSegmentEffortsOptions {}
- data GetSegmentLeaderboardOptions = GetSegmentLeaderboardOptions {
- getSegmentLeaderboardOptions_gender :: Maybe Gender
- getSegmentLeaderboardOptions_ageGroup :: Maybe AgeGroup
- getSegmentLeaderboardOptions_weightClass :: Maybe WeightClass
- getSegmentLeaderboardOptions_following :: Maybe Bool
- getSegmentLeaderboardOptions_clubId :: Maybe Integer
- getSegmentLeaderboardOptions_dateRange :: Maybe String
- getSegmentLeaderboardOptions_contextEntries :: Maybe Integer
- getSegmentLeaderboardOptions_page :: Integer
- getSegmentLeaderboardOptions_perPage :: Integer
- data ExploreSegmentsOptions = ExploreSegmentsOptions {}
Documentation
data GetSegmentEffortsOptions Source #
Constructors
| GetSegmentEffortsOptions | |
Instances
| Show GetSegmentEffortsOptions Source # | |
Defined in Strive.Options.Segments Methods showsPrec :: Int -> GetSegmentEffortsOptions -> ShowS # show :: GetSegmentEffortsOptions -> String # showList :: [GetSegmentEffortsOptions] -> ShowS # | |
| Default GetSegmentEffortsOptions Source # | |
Defined in Strive.Options.Segments Methods | |
| QueryLike GetSegmentEffortsOptions Source # | |
Defined in Strive.Options.Segments Methods | |
| PageLens GetSegmentEffortsOptions Integer Source # | |
Defined in Strive.Internal.Lenses | |
| PerPageLens GetSegmentEffortsOptions Integer Source # | |
Defined in Strive.Internal.Lenses | |
| AthleteIdLens GetSegmentEffortsOptions (Maybe Integer) Source # | |
Defined in Strive.Internal.Lenses | |
| RangeLens GetSegmentEffortsOptions (Maybe (UTCTime, UTCTime)) Source # | |
Defined in Strive.Internal.Lenses | |
data GetSegmentLeaderboardOptions Source #
Constructors
Instances
data ExploreSegmentsOptions Source #
Constructors
| ExploreSegmentsOptions | |
Instances
| Show ExploreSegmentsOptions Source # | |
Defined in Strive.Options.Segments Methods showsPrec :: Int -> ExploreSegmentsOptions -> ShowS # show :: ExploreSegmentsOptions -> String # showList :: [ExploreSegmentsOptions] -> ShowS # | |
| Default ExploreSegmentsOptions Source # | |
Defined in Strive.Options.Segments Methods | |
| QueryLike ExploreSegmentsOptions Source # | |
Defined in Strive.Options.Segments Methods toQuery :: ExploreSegmentsOptions -> Query # | |
| ActivityTypeLens ExploreSegmentsOptions SegmentActivityType Source # | |
Defined in Strive.Internal.Lenses | |
| MaxCatLens ExploreSegmentsOptions Integer Source # | |
Defined in Strive.Internal.Lenses | |
| MinCatLens ExploreSegmentsOptions Integer Source # | |
Defined in Strive.Internal.Lenses | |