gogol-android-enterprise-0.1.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.Collections.Get

Contents

Description

Retrieves the details of a collection.

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

Synopsis

REST Resource

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

A resource alias for androidenterprise.collections.get method which the CollectionsGet request conforms to.

Creating a Request

collectionsGet Source #

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

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

data CollectionsGet Source #

Retrieves the details of a collection.

See: collectionsGet smart constructor.

Instances

Eq CollectionsGet Source # 
Data CollectionsGet Source # 

Methods

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

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

toConstr :: CollectionsGet -> Constr #

dataTypeOf :: CollectionsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show CollectionsGet Source # 
Generic CollectionsGet Source # 

Associated Types

type Rep CollectionsGet :: * -> * #

GoogleRequest CollectionsGet Source # 
type Rep CollectionsGet Source # 
type Rep CollectionsGet = D1 (MetaData "CollectionsGet" "Network.Google.Resource.AndroidEnterprise.Collections.Get" "gogol-android-enterprise-0.1.0-KdsxSF2pmNa6JgYl2ZAog" False) (C1 (MetaCons "CollectionsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cgEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cgCollectionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes CollectionsGet Source # 
type Scopes CollectionsGet = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs CollectionsGet Source # 

Request Lenses

cgEnterpriseId :: Lens' CollectionsGet Text Source #

The ID of the enterprise.

cgCollectionId :: Lens' CollectionsGet Text Source #

The ID of the collection.