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.Get

Contents

Description

Retrieves details of an enterprise's group license for a product.

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

Synopsis

REST Resource

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

A resource alias for androidenterprise.grouplicenses.get method which the GrouplicensesGet request conforms to.

Creating a Request

grouplicensesGet Source #

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

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

data GrouplicensesGet Source #

Retrieves details of an enterprise's group license for a product.

See: grouplicensesGet smart constructor.

Instances
Eq GrouplicensesGet Source # 
Instance details

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

Data GrouplicensesGet Source # 
Instance details

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

Methods

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

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

toConstr :: GrouplicensesGet -> Constr #

dataTypeOf :: GrouplicensesGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show GrouplicensesGet Source # 
Instance details

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

Generic GrouplicensesGet Source # 
Instance details

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

Associated Types

type Rep GrouplicensesGet :: Type -> Type #

GoogleRequest GrouplicensesGet Source # 
Instance details

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

Associated Types

type Rs GrouplicensesGet :: Type #

type Scopes GrouplicensesGet :: [Symbol] #

type Rep GrouplicensesGet Source # 
Instance details

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

type Rep GrouplicensesGet = D1 (MetaData "GrouplicensesGet" "Network.Google.Resource.AndroidEnterprise.Grouplicenses.Get" "gogol-android-enterprise-0.4.0-AXWt9Q8V4E0DkwyzrsX7x3" False) (C1 (MetaCons "GrouplicensesGet'" PrefixI True) (S1 (MetaSel (Just "_ggEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ggGroupLicenseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Scopes GrouplicensesGet Source # 
Instance details

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

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

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

Request Lenses

ggEnterpriseId :: Lens' GrouplicensesGet Text Source #

The ID of the enterprise.

ggGroupLicenseId :: Lens' GrouplicensesGet Text Source #

The ID of the product the group license is for, e.g. "app:com.google.android.gm".