gogol-admin-datatransfer-0.1.0: Google Admin Data Transfer 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.DataTransfer.Applications.List

Contents

Description

Lists the applications available for data transfer for a customer.

See: Admin Data Transfer API Reference for datatransfer.applications.list.

Synopsis

REST Resource

type ApplicationsListResource = "admin" :> ("datatransfer" :> ("v1" :> ("applications" :> (QueryParam "customerId" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] ApplicationsListResponse))))))) Source #

A resource alias for datatransfer.applications.list method which the ApplicationsList request conforms to.

Creating a Request

applicationsList :: ApplicationsList Source #

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

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

data ApplicationsList Source #

Lists the applications available for data transfer for a customer.

See: applicationsList smart constructor.

Instances

Eq ApplicationsList Source # 
Data ApplicationsList Source # 

Methods

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

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

toConstr :: ApplicationsList -> Constr #

dataTypeOf :: ApplicationsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ApplicationsList Source # 
Generic ApplicationsList Source # 
GoogleRequest ApplicationsList Source # 
type Rep ApplicationsList Source # 
type Rep ApplicationsList = D1 (MetaData "ApplicationsList" "Network.Google.Resource.DataTransfer.Applications.List" "gogol-admin-datatransfer-0.1.0-3rpy4QsrRxG5LJDf4a8Bqf" False) (C1 (MetaCons "ApplicationsList'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_alCustomerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_alPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_alMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))))
type Scopes ApplicationsList Source # 
type Scopes ApplicationsList = (:) Symbol "https://www.googleapis.com/auth/admin.datatransfer" ((:) Symbol "https://www.googleapis.com/auth/admin.datatransfer.readonly" ([] Symbol))
type Rs ApplicationsList Source # 

Request Lenses

alCustomerId :: Lens' ApplicationsList (Maybe Text) Source #

Immutable ID of the Google Apps account.

alPageToken :: Lens' ApplicationsList (Maybe Text) Source #

Token to specify next page in the list.

alMaxResults :: Lens' ApplicationsList (Maybe Int32) Source #

Maximum number of results to return. Default is 100.