gogol-android-enterprise-0.1.1: 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.Delete

Contents

Description

Requests to remove an app from a device. A call to get or list will still show the app as installed on the device until it is actually removed.

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

Synopsis

REST Resource

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

A resource alias for androidenterprise.installs.delete method which the InstallsDelete request conforms to.

Creating a Request

installsDelete Source #

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

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

data InstallsDelete Source #

Requests to remove an app from a device. A call to get or list will still show the app as installed on the device until it is actually removed.

See: installsDelete smart constructor.

Instances

Eq InstallsDelete Source # 
Data InstallsDelete Source # 

Methods

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

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

toConstr :: InstallsDelete -> Constr #

dataTypeOf :: InstallsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show InstallsDelete Source # 
Generic InstallsDelete Source # 

Associated Types

type Rep InstallsDelete :: * -> * #

GoogleRequest InstallsDelete Source # 
type Rep InstallsDelete Source # 
type Rep InstallsDelete = D1 (MetaData "InstallsDelete" "Network.Google.Resource.AndroidEnterprise.Installs.Delete" "gogol-android-enterprise-0.1.1-2K85VOQSryw9Pbs20PQ0Qt" False) (C1 (MetaCons "InstallsDelete'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_idEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_idUserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_idInstallId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_idDeviceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes InstallsDelete Source # 
type Scopes InstallsDelete = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs InstallsDelete Source # 
type Rs InstallsDelete = ()

Request Lenses

idEnterpriseId :: Lens' InstallsDelete Text Source #

The ID of the enterprise.

idUserId :: Lens' InstallsDelete Text Source #

The ID of the user.

idInstallId :: Lens' InstallsDelete Text Source #

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

idDeviceId :: Lens' InstallsDelete Text Source #

The Android ID of the device.