gogol-android-enterprise-0.3.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.Enterprises.Delete

Contents

Description

Deletes the binding between the EMM and enterprise. This is now deprecated; use this to unenroll customers that were previously enrolled with the 'insert' call, then enroll them again with the 'enroll' call.

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

Synopsis

REST Resource

type EnterprisesDeleteResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))) Source #

A resource alias for androidenterprise.enterprises.delete method which the EnterprisesDelete request conforms to.

Creating a Request

enterprisesDelete Source #

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

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

data EnterprisesDelete Source #

Deletes the binding between the EMM and enterprise. This is now deprecated; use this to unenroll customers that were previously enrolled with the 'insert' call, then enroll them again with the 'enroll' call.

See: enterprisesDelete smart constructor.

Instances

Eq EnterprisesDelete Source # 
Data EnterprisesDelete Source # 

Methods

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

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

toConstr :: EnterprisesDelete -> Constr #

dataTypeOf :: EnterprisesDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EnterprisesDelete Source # 
Generic EnterprisesDelete Source # 
GoogleRequest EnterprisesDelete Source # 
type Rep EnterprisesDelete Source # 
type Rep EnterprisesDelete = D1 (MetaData "EnterprisesDelete" "Network.Google.Resource.AndroidEnterprise.Enterprises.Delete" "gogol-android-enterprise-0.3.0-CY7ecx5snBQ31L6me2CTsO" True) (C1 (MetaCons "EnterprisesDelete'" PrefixI True) (S1 (MetaSel (Just Symbol "_edEnterpriseId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes EnterprisesDelete Source # 
type Scopes EnterprisesDelete = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs EnterprisesDelete Source # 

Request Lenses

edEnterpriseId :: Lens' EnterprisesDelete Text Source #

The ID of the enterprise.