gogol-play-moviespartner-0.0.1: Google Play Movies Partner SDK.

Copyright(c) 2015 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.List

Contents

Description

List Orders owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ for more information about this method.

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

Synopsis

REST Resource

type AccountsOrdersListResource = "v1" :> ("accounts" :> (Capture "accountId" Text :> ("orders" :> (QueryParams "status" Text :> (QueryParams "pphNames" Text :> (QueryParam "$.xgafv" Text :> (QueryParams "studioNames" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "pp" Bool :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "customId" Text :> (QueryParam "bearer_token" Text :> (QueryParam "name" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` ListOrdersResponse)))))))))))))))))) Source

A resource alias for playmoviespartner.accounts.orders.list method which the AccountsOrdersList request conforms to.

Creating a Request

data AccountsOrdersList Source

List Orders owned or managed by the partner. See _Authentication and Authorization rules_ and _List methods rules_ for more information about this method.

See: accountsOrdersList smart constructor.

Request Lenses

aolStatus :: Lens' AccountsOrdersList [Text] Source

Filter Orders that match one of the given status.

aolPphNames :: Lens' AccountsOrdersList [Text] Source

See _List methods rules_ for info about this field.

aolStudioNames :: Lens' AccountsOrdersList [Text] Source

See _List methods rules_ for info about this field.

aolUploadProtocol :: Lens' AccountsOrdersList (Maybe Text) Source

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

aolPp :: Lens' AccountsOrdersList Bool Source

Pretty-print response.

aolUploadType :: Lens' AccountsOrdersList (Maybe Text) Source

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

aolCustomId :: Lens' AccountsOrdersList (Maybe Text) Source

Filter Orders that match a case-insensitive, partner-specific custom id.

aolAccountId :: Lens' AccountsOrdersList Text Source

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

aolName :: Lens' AccountsOrdersList (Maybe Text) Source

Filter Orders that match a title name (case-insensitive, sub-string match).

aolPageToken :: Lens' AccountsOrdersList (Maybe Text) Source

See _List methods rules_ for info about this field.

aolPageSize :: Lens' AccountsOrdersList (Maybe Int32) Source

See _List methods rules_ for info about this field.