gogol-play-moviespartner-0.4.0: 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" Xgafv :> (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 # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get

Data AccountsOrdersGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get

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 # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get

Generic AccountsOrdersGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get

Associated Types

type Rep AccountsOrdersGet :: Type -> Type #

GoogleRequest AccountsOrdersGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get

Associated Types

type Rs AccountsOrdersGet :: Type #

type Scopes AccountsOrdersGet :: [Symbol] #

type Rep AccountsOrdersGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get

type Rep AccountsOrdersGet = D1 (MetaData "AccountsOrdersGet" "Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get" "gogol-play-moviespartner-0.4.0-AyhQ39pputjHlxIxOY1dvK" False) (C1 (MetaCons "AccountsOrdersGet'" PrefixI True) (((S1 (MetaSel (Just "_aogXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_aogUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aogPp") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool) :*: S1 (MetaSel (Just "_aogAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_aogUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aogAccountId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_aogBearerToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_aogOrderId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_aogCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))
type Scopes AccountsOrdersGet Source # 
Instance details

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get

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

Defined in Network.Google.Resource.PlayMoviesPartner.Accounts.Orders.Get

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.