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

Contents

Description

Retrieves the details of all web apps for a given enterprise.

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

Synopsis

REST Resource

type WebAppsListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("webApps" :> (QueryParam "alt" AltJSON :> Get '[JSON] WebAppsListResponse))))) Source #

A resource alias for androidenterprise.webapps.list method which the WebAppsList request conforms to.

Creating a Request

webAppsList Source #

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

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

data WebAppsList Source #

Retrieves the details of all web apps for a given enterprise.

See: webAppsList smart constructor.

Instances
Eq WebAppsList Source # 
Instance details

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

Data WebAppsList Source # 
Instance details

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

Methods

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

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

toConstr :: WebAppsList -> Constr #

dataTypeOf :: WebAppsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show WebAppsList Source # 
Instance details

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

Generic WebAppsList Source # 
Instance details

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

Associated Types

type Rep WebAppsList :: Type -> Type #

GoogleRequest WebAppsList Source # 
Instance details

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

Associated Types

type Rs WebAppsList :: Type #

type Scopes WebAppsList :: [Symbol] #

type Rep WebAppsList Source # 
Instance details

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

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

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

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

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

Request Lenses

walEnterpriseId :: Lens' WebAppsList Text Source #

The ID of the enterprise.