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.Collections.Delete

Contents

Description

Deletes a collection.

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

Synopsis

REST Resource

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

A resource alias for androidenterprise.collections.delete method which the CollectionsDelete request conforms to.

Creating a Request

collectionsDelete Source #

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

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

data CollectionsDelete Source #

Deletes a collection.

See: collectionsDelete smart constructor.

Instances

Eq CollectionsDelete Source # 
Data CollectionsDelete Source # 

Methods

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

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

toConstr :: CollectionsDelete -> Constr #

dataTypeOf :: CollectionsDelete -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

cddEnterpriseId :: Lens' CollectionsDelete Text Source #

The ID of the enterprise.

cddCollectionId :: Lens' CollectionsDelete Text Source #

The ID of the collection.