gogol-android-publisher-0.1.1: Google Play Developer 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.AndroidPublisher.Edits.Listings.Update

Contents

Description

Creates or updates a localized store listing.

See: Google Play Developer API Reference for androidpublisher.edits.listings.update.

Synopsis

REST Resource

type EditsListingsUpdateResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Listing :> Put '[JSON] Listing))))))))) Source #

A resource alias for androidpublisher.edits.listings.update method which the EditsListingsUpdate request conforms to.

Creating a Request

editsListingsUpdate Source #

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

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

data EditsListingsUpdate Source #

Creates or updates a localized store listing.

See: editsListingsUpdate smart constructor.

Instances

Eq EditsListingsUpdate Source # 
Data EditsListingsUpdate Source # 

Methods

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

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

toConstr :: EditsListingsUpdate -> Constr #

dataTypeOf :: EditsListingsUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsListingsUpdate Source # 
Generic EditsListingsUpdate Source # 
GoogleRequest EditsListingsUpdate Source # 
type Rep EditsListingsUpdate Source # 
type Rep EditsListingsUpdate = D1 (MetaData "EditsListingsUpdate" "Network.Google.Resource.AndroidPublisher.Edits.Listings.Update" "gogol-android-publisher-0.1.1-D4rPqyE19dfKB5OqC0X2ob" False) (C1 (MetaCons "EditsListingsUpdate'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_eluPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eluPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Listing))) ((:*:) (S1 (MetaSel (Just Symbol "_eluLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eluEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes EditsListingsUpdate Source # 
type Scopes EditsListingsUpdate = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsListingsUpdate Source # 

Request Lenses

eluPackageName :: Lens' EditsListingsUpdate Text Source #

Unique identifier for the Android app that is being updated; for example, "com.spiffygame".

eluPayload :: Lens' EditsListingsUpdate Listing Source #

Multipart request metadata.

eluLanguage :: Lens' EditsListingsUpdate Text Source #

The language code (a BCP-47 language tag) of the localized listing to read or modify. For example, to select Austrian German, pass "de-AT".

eluEditId :: Lens' EditsListingsUpdate Text Source #

Unique identifier for this edit.