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.Get

Contents

Description

Retrieves details of an installation of an app on a device.

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

Synopsis

REST Resource

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

A resource alias for androidenterprise.installs.get method which the InstallsGet request conforms to.

Creating a Request

installsGet Source #

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

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

data InstallsGet Source #

Retrieves details of an installation of an app on a device.

See: installsGet smart constructor.

Instances
Eq InstallsGet Source # 
Instance details

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

Data InstallsGet Source # 
Instance details

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

Methods

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

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

toConstr :: InstallsGet -> Constr #

dataTypeOf :: InstallsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstallsGet Source # 
Instance details

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

Generic InstallsGet Source # 
Instance details

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

Associated Types

type Rep InstallsGet :: Type -> Type #

GoogleRequest InstallsGet Source # 
Instance details

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

Associated Types

type Rs InstallsGet :: Type #

type Scopes InstallsGet :: [Symbol] #

type Rep InstallsGet Source # 
Instance details

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

type Rep InstallsGet = D1 (MetaData "InstallsGet" "Network.Google.Resource.AndroidEnterprise.Installs.Get" "gogol-android-enterprise-0.4.0-AXWt9Q8V4E0DkwyzrsX7x3" False) (C1 (MetaCons "InstallsGet'" PrefixI True) ((S1 (MetaSel (Just "_igEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_igUserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_igInstallId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_igDeviceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes InstallsGet Source # 
Instance details

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

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

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

Request Lenses

igEnterpriseId :: Lens' InstallsGet Text Source #

The ID of the enterprise.

igUserId :: Lens' InstallsGet Text Source #

The ID of the user.

igInstallId :: Lens' InstallsGet Text Source #

The ID of the product represented by the install, e.g. "app:com.google.android.gm".

igDeviceId :: Lens' InstallsGet Text Source #

The Android ID of the device.