gogol-android-enterprise-0.4.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.Grouplicenses.List

Contents

Description

Retrieves IDs of all products for which the enterprise has a group license.

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

Synopsis

REST Resource

type GrouplicensesListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("groupLicenses" :> (QueryParam "alt" AltJSON :> Get '[JSON] GroupLicensesListResponse))))) Source #

A resource alias for androidenterprise.grouplicenses.list method which the GrouplicensesList request conforms to.

Creating a Request

grouplicensesList Source #

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

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

data GrouplicensesList Source #

Retrieves IDs of all products for which the enterprise has a group license.

See: grouplicensesList smart constructor.

Instances
Eq GrouplicensesList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Grouplicenses.List

Data GrouplicensesList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Grouplicenses.List

Methods

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

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

toConstr :: GrouplicensesList -> Constr #

dataTypeOf :: GrouplicensesList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GrouplicensesList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Grouplicenses.List

Generic GrouplicensesList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Grouplicenses.List

Associated Types

type Rep GrouplicensesList :: Type -> Type #

GoogleRequest GrouplicensesList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Grouplicenses.List

Associated Types

type Rs GrouplicensesList :: Type #

type Scopes GrouplicensesList :: [Symbol] #

type Rep GrouplicensesList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Grouplicenses.List

type Rep GrouplicensesList = D1 (MetaData "GrouplicensesList" "Network.Google.Resource.AndroidEnterprise.Grouplicenses.List" "gogol-android-enterprise-0.4.0-AXWt9Q8V4E0DkwyzrsX7x3" True) (C1 (MetaCons "GrouplicensesList'" PrefixI True) (S1 (MetaSel (Just "_glEnterpriseId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes GrouplicensesList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Grouplicenses.List

type Scopes GrouplicensesList = "https://www.googleapis.com/auth/androidenterprise" ': ([] :: [Symbol])
type Rs GrouplicensesList Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Grouplicenses.List

Request Lenses

glEnterpriseId :: Lens' GrouplicensesList Text Source #

The ID of the enterprise.