gogol-android-enterprise-0.4.0: Google Play EMM 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.AndroidEnterprise.Installs.List

Contents

Description

Retrieves the details of all apps installed on the specified device.

See: Google Play EMM API Reference for androidenterprise.installs.list.

Synopsis

REST Resource

type InstallsListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("users" :> (Capture "userId" Text :> ("devices" :> (Capture "deviceId" Text :> ("installs" :> (QueryParam "alt" AltJSON :> Get '[JSON] InstallsListResponse))))))))) Source #

A resource alias for androidenterprise.installs.list method which the InstallsList request conforms to.

Creating a Request

installsList Source #

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

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

data InstallsList Source #

Retrieves the details of all apps installed on the specified device.

See: installsList smart constructor.

Instances
Eq InstallsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Installs.List

Data InstallsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Installs.List

Methods

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

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

toConstr :: InstallsList -> Constr #

dataTypeOf :: InstallsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstallsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Installs.List

Generic InstallsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Installs.List

Associated Types

type Rep InstallsList :: Type -> Type #

GoogleRequest InstallsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Installs.List

Associated Types

type Rs InstallsList :: Type #

type Scopes InstallsList :: [Symbol] #

type Rep InstallsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Installs.List

type Rep InstallsList = D1 (MetaData "InstallsList" "Network.Google.Resource.AndroidEnterprise.Installs.List" "gogol-android-enterprise-0.4.0-AXWt9Q8V4E0DkwyzrsX7x3" False) (C1 (MetaCons "InstallsList'" PrefixI True) (S1 (MetaSel (Just "_ilEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_ilUserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ilDeviceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes InstallsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Installs.List

type Scopes InstallsList = "https://www.googleapis.com/auth/androidenterprise" ': ([] :: [Symbol])
type Rs InstallsList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Installs.List

Request Lenses

ilEnterpriseId :: Lens' InstallsList Text Source #

The ID of the enterprise.

ilUserId :: Lens' InstallsList Text Source #

The ID of the user.

ilDeviceId :: Lens' InstallsList Text Source #

The Android ID of the device.