gogol-play-moviespartner-0.1.1: Google Play Movies Partner 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.PlayMoviesPartner.Accounts.Orders.Get

Contents

Description

Get an Order given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: Google Play Movies Partner API Reference for playmoviespartner.accounts.orders.get.

Synopsis

REST Resource

type AccountsOrdersGetResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("orders" :> (Capture "orderId" Text :> (QueryParam "$.xgafv" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "bearer_token" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Order)))))))))))) Source #

A resource alias for playmoviespartner.accounts.orders.get method which the AccountsOrdersGet request conforms to.

Creating a Request

accountsOrdersGet Source #

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

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

data AccountsOrdersGet Source #

Get an Order given its id. See _Authentication and Authorization rules_ and _Get methods rules_ for more information about this method.

See: accountsOrdersGet smart constructor.

Instances

Eq AccountsOrdersGet Source # 
Data AccountsOrdersGet Source # 

Methods

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

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

toConstr :: AccountsOrdersGet -> Constr #

dataTypeOf :: AccountsOrdersGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show AccountsOrdersGet Source # 
Generic AccountsOrdersGet Source # 
GoogleRequest AccountsOrdersGet Source # 
type Rep AccountsOrdersGet Source # 
type Rep AccountsOrdersGet = D1 (MetaData "AccountsOrdersGet" "Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get" "gogol-play-moviespartner-0.1.1-KWYvIGEySO7G5Rn8NKL2b5" False) (C1 (MetaCons "AccountsOrdersGet'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aogXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aogUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_aogPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)) (S1 (MetaSel (Just Symbol "_aogAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aogUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aogAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aogBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aogOrderId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_aogCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))))
type Scopes AccountsOrdersGet Source # 
type Scopes AccountsOrdersGet = (:) Symbol "https://www.googleapis.com/auth/playmovies_partner.readonly" ([] Symbol)
type Rs AccountsOrdersGet Source # 

Request Lenses

aogUploadProtocol :: Lens' AccountsOrdersGet (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

aogPp :: Lens' AccountsOrdersGet Bool Source #

Pretty-print response.

aogUploadType :: Lens' AccountsOrdersGet (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

aogAccountId :: Lens' AccountsOrdersGet Text Source #

REQUIRED. See _General rules_ for more information about this field.