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.Collectionviewers.List

Contents

Description

Retrieves the IDs of the users who have been specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only these users will see the collection.

See: Google Play EMM API Reference for androidenterprise.collectionviewers.list.

Synopsis

REST Resource

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

A resource alias for androidenterprise.collectionviewers.list method which the CollectionviewersList request conforms to.

Creating a Request

collectionviewersList Source #

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

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

data CollectionviewersList Source #

Retrieves the IDs of the users who have been specifically allowed to see the collection. If the collection's visibility is set to viewersOnly then only these users will see the collection.

See: collectionviewersList smart constructor.

Instances

Eq CollectionviewersList Source # 
Data CollectionviewersList Source # 

Methods

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

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

toConstr :: CollectionviewersList -> Constr #

dataTypeOf :: CollectionviewersList -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses