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.Enterprises.GetStoreLayout

Contents

Description

Returns the store layout for the enterprise. If the store layout has not been set, or if the store layout has no homepageId set, returns a NOT_FOUND error.

See: Google Play EMM API Reference for androidenterprise.enterprises.getStoreLayout.

Synopsis

REST Resource

type EnterprisesGetStoreLayoutResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> (QueryParam "alt" AltJSON :> Get '[JSON] StoreLayout))))) Source #

A resource alias for androidenterprise.enterprises.getStoreLayout method which the EnterprisesGetStoreLayout request conforms to.

Creating a Request

enterprisesGetStoreLayout Source #

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

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

data EnterprisesGetStoreLayout Source #

Returns the store layout for the enterprise. If the store layout has not been set, or if the store layout has no homepageId set, returns a NOT_FOUND error.

See: enterprisesGetStoreLayout smart constructor.

Instances

Eq EnterprisesGetStoreLayout Source # 
Data EnterprisesGetStoreLayout Source # 

Methods

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

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

toConstr :: EnterprisesGetStoreLayout -> Constr #

dataTypeOf :: EnterprisesGetStoreLayout -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EnterprisesGetStoreLayout Source # 
Generic EnterprisesGetStoreLayout Source # 
GoogleRequest EnterprisesGetStoreLayout Source # 
type Rep EnterprisesGetStoreLayout Source # 
type Rep EnterprisesGetStoreLayout = D1 (MetaData "EnterprisesGetStoreLayout" "Network.Google.Resource.AndroidEnterprise.Enterprises.GetStoreLayout" "gogol-android-enterprise-0.1.1-2K85VOQSryw9Pbs20PQ0Qt" True) (C1 (MetaCons "EnterprisesGetStoreLayout'" PrefixI True) (S1 (MetaSel (Just Symbol "_egslEnterpriseId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes EnterprisesGetStoreLayout Source # 
type Scopes EnterprisesGetStoreLayout = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs EnterprisesGetStoreLayout Source # 

Request Lenses