gogol-apps-reseller-0.3.0: Google Enterprise Apps Reseller 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.Reseller.Subscriptions.List

Contents

Description

Lists subscriptions of a reseller, optionally filtered by a customer name prefix.

See: Enterprise Apps Reseller API Reference for reseller.subscriptions.list.

Synopsis

REST Resource

type SubscriptionsListResource = "apps" :> ("reseller" :> ("v1" :> ("subscriptions" :> (QueryParam "customerNamePrefix" Text :> (QueryParam "customerId" Text :> (QueryParam "customerAuthToken" Text :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] Subscriptions))))))))) Source #

A resource alias for reseller.subscriptions.list method which the SubscriptionsList request conforms to.

Creating a Request

subscriptionsList :: SubscriptionsList Source #

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

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

data SubscriptionsList Source #

Lists subscriptions of a reseller, optionally filtered by a customer name prefix.

See: subscriptionsList smart constructor.

Instances

Eq SubscriptionsList Source # 
Data SubscriptionsList Source # 

Methods

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

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

toConstr :: SubscriptionsList -> Constr #

dataTypeOf :: SubscriptionsList -> DataType #

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

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

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

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

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

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

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

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

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

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

Show SubscriptionsList Source # 
Generic SubscriptionsList Source # 
GoogleRequest SubscriptionsList Source # 
type Rep SubscriptionsList Source # 
type Rep SubscriptionsList = D1 (MetaData "SubscriptionsList" "Network.Google.Resource.Reseller.Subscriptions.List" "gogol-apps-reseller-0.3.0-ELCuCD0vJLJA2WA0esmS4u" False) (C1 (MetaCons "SubscriptionsList'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_slCustomerNamePrefix") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_slCustomerId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_slCustomerAuthToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_slPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_slMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Word32))))))))
type Scopes SubscriptionsList Source # 
type Scopes SubscriptionsList = (:) Symbol "https://www.googleapis.com/auth/apps.order" ((:) Symbol "https://www.googleapis.com/auth/apps.order.readonly" ([] Symbol))
type Rs SubscriptionsList Source # 

Request Lenses

slCustomerNamePrefix :: Lens' SubscriptionsList (Maybe Text) Source #

Prefix of the customer's domain name by which the subscriptions should be filtered. Optional

slCustomerAuthToken :: Lens' SubscriptionsList (Maybe Text) Source #

An auth token needed if the customer is not a resold customer of this reseller. Can be generated at https://www.google.com/a/cpanel/customer-domain/TransferToken.Optional.

slPageToken :: Lens' SubscriptionsList (Maybe Text) Source #

Token to specify next page in the list

slMaxResults :: Lens' SubscriptionsList (Maybe Word32) Source #

Maximum number of results to return