gogol-android-publisher-0.2.0: 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.Patch

Contents

Description

Creates or updates a localized store listing. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.listings.patch method which the EditsListingsPatch request conforms to.

Creating a Request

editsListingsPatch Source #

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

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

data EditsListingsPatch Source #

Creates or updates a localized store listing. This method supports patch semantics.

See: editsListingsPatch smart constructor.

Instances

Eq EditsListingsPatch Source # 
Data EditsListingsPatch Source # 

Methods

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

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

toConstr :: EditsListingsPatch -> Constr #

dataTypeOf :: EditsListingsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsListingsPatch Source # 
Generic EditsListingsPatch Source # 
GoogleRequest EditsListingsPatch Source # 
type Rep EditsListingsPatch Source # 
type Rep EditsListingsPatch = D1 (MetaData "EditsListingsPatch" "Network.Google.Resource.AndroidPublisher.Edits.Listings.Patch" "gogol-android-publisher-0.2.0-L8pJWYUugTc2aQsDEpeAu6" False) (C1 (MetaCons "EditsListingsPatch'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_elpPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_elpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Listing))) ((:*:) (S1 (MetaSel (Just Symbol "_elpLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_elpEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes EditsListingsPatch Source # 
type Scopes EditsListingsPatch = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsListingsPatch Source # 

Request Lenses

elpPackageName :: Lens' EditsListingsPatch Text Source #

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

elpPayload :: Lens' EditsListingsPatch Listing Source #

Multipart request metadata.

elpLanguage :: Lens' EditsListingsPatch 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".

elpEditId :: Lens' EditsListingsPatch Text Source #

Unique identifier for this edit.