gogol-fitness-0.5.0: Google Fitness SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Fitness.Users.Sessions.List

Contents

Description

Lists sessions previously created.

See: Fitness Reference for fitness.users.sessions.list.

Synopsis

REST Resource

type UsersSessionsListResource = "fitness" :> ("v1" :> ("users" :> (Capture "userId" Text :> ("sessions" :> (QueryParam "startTime" Text :> (QueryParam "endTime" Text :> (QueryParam "pageToken" Text :> (QueryParam "includeDeleted" Bool :> (QueryParam "alt" AltJSON :> Get '[JSON] ListSessionsResponse))))))))) Source #

A resource alias for fitness.users.sessions.list method which the UsersSessionsList request conforms to.

Creating a Request

usersSessionsList Source #

Creates a value of UsersSessionsList with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UsersSessionsList Source #

Lists sessions previously created.

See: usersSessionsList smart constructor.

Instances
Eq UsersSessionsList Source # 
Instance details

Defined in Network.Google.Resource.Fitness.Users.Sessions.List

Data UsersSessionsList Source # 
Instance details

Defined in Network.Google.Resource.Fitness.Users.Sessions.List

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UsersSessionsList -> c UsersSessionsList #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UsersSessionsList #

toConstr :: UsersSessionsList -> Constr #

dataTypeOf :: UsersSessionsList -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UsersSessionsList) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UsersSessionsList) #

gmapT :: (forall b. Data b => b -> b) -> UsersSessionsList -> UsersSessionsList #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UsersSessionsList -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UsersSessionsList -> r #

gmapQ :: (forall d. Data d => d -> u) -> UsersSessionsList -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UsersSessionsList -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UsersSessionsList -> m UsersSessionsList #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UsersSessionsList -> m UsersSessionsList #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UsersSessionsList -> m UsersSessionsList #

Show UsersSessionsList Source # 
Instance details

Defined in Network.Google.Resource.Fitness.Users.Sessions.List

Generic UsersSessionsList Source # 
Instance details

Defined in Network.Google.Resource.Fitness.Users.Sessions.List

Associated Types

type Rep UsersSessionsList :: Type -> Type #

GoogleRequest UsersSessionsList Source # 
Instance details

Defined in Network.Google.Resource.Fitness.Users.Sessions.List

Associated Types

type Rs UsersSessionsList :: Type #

type Scopes UsersSessionsList :: [Symbol] #

type Rep UsersSessionsList Source # 
Instance details

Defined in Network.Google.Resource.Fitness.Users.Sessions.List

type Rep UsersSessionsList = D1 (MetaData "UsersSessionsList" "Network.Google.Resource.Fitness.Users.Sessions.List" "gogol-fitness-0.5.0-8nYJc95RdWj7JtAwIDYEuQ" False) (C1 (MetaCons "UsersSessionsList'" PrefixI True) ((S1 (MetaSel (Just "_uslStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uslUserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_uslEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_uslPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_uslIncludeDeleted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))))
type Scopes UsersSessionsList Source # 
Instance details

Defined in Network.Google.Resource.Fitness.Users.Sessions.List

type Scopes UsersSessionsList = "https://www.googleapis.com/auth/fitness.activity.read" ': ("https://www.googleapis.com/auth/fitness.activity.write" ': ("https://www.googleapis.com/auth/fitness.blood_glucose.read" ': ("https://www.googleapis.com/auth/fitness.blood_glucose.write" ': ("https://www.googleapis.com/auth/fitness.blood_pressure.read" ': ("https://www.googleapis.com/auth/fitness.blood_pressure.write" ': ("https://www.googleapis.com/auth/fitness.body.read" ': ("https://www.googleapis.com/auth/fitness.body.write" ': ("https://www.googleapis.com/auth/fitness.body_temperature.read" ': ("https://www.googleapis.com/auth/fitness.body_temperature.write" ': ("https://www.googleapis.com/auth/fitness.location.read" ': ("https://www.googleapis.com/auth/fitness.location.write" ': ("https://www.googleapis.com/auth/fitness.nutrition.read" ': ("https://www.googleapis.com/auth/fitness.nutrition.write" ': ("https://www.googleapis.com/auth/fitness.oxygen_saturation.read" ': ("https://www.googleapis.com/auth/fitness.oxygen_saturation.write" ': ("https://www.googleapis.com/auth/fitness.reproductive_health.read" ': ("https://www.googleapis.com/auth/fitness.reproductive_health.write" ': ([] :: [Symbol]))))))))))))))))))
type Rs UsersSessionsList Source # 
Instance details

Defined in Network.Google.Resource.Fitness.Users.Sessions.List

Request Lenses

uslStartTime :: Lens' UsersSessionsList (Maybe Text) Source #

An RFC3339 timestamp. Only sessions ending between the start and end times will be included in the response.

uslUserId :: Lens' UsersSessionsList Text Source #

List sessions for the person identified. Use me to indicate the authenticated user. Only me is supported at this time.

uslEndTime :: Lens' UsersSessionsList (Maybe Text) Source #

An RFC3339 timestamp. Only sessions ending between the start and end times will be included in the response.

uslPageToken :: Lens' UsersSessionsList (Maybe Text) Source #

The continuation token, which is used for incremental syncing. To get the next batch of changes, set this parameter to the value of nextPageToken from the previous response. This token is treated as a timestamp (in millis since epoch). If specified, the API returns sessions modified since this time. The page token is ignored if either start or end time is specified. If none of start time, end time, and the page token is specified, sessions modified in the last 30 days are returned.

uslIncludeDeleted :: Lens' UsersSessionsList (Maybe Bool) Source #

If true, deleted sessions will be returned. When set to true, sessions returned in this response will only have an ID and will not have any other fields.