gogol-android-publisher-0.3.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.APKListings.Patch

Contents

Description

Updates or creates the APK-specific localized listing for a specified APK and language code. This method supports patch semantics.

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

Synopsis

REST Resource

type EditsAPKListingsPatchResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("listings" :> (Capture "language" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] APKListing :> Patch '[JSON] APKListing))))))))))) Source #

A resource alias for androidpublisher.edits.apklistings.patch method which the EditsAPKListingsPatch request conforms to.

Creating a Request

editsAPKListingsPatch Source #

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

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

data EditsAPKListingsPatch Source #

Updates or creates the APK-specific localized listing for a specified APK and language code. This method supports patch semantics.

See: editsAPKListingsPatch smart constructor.

Instances

Eq EditsAPKListingsPatch Source # 
Data EditsAPKListingsPatch Source # 

Methods

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

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

toConstr :: EditsAPKListingsPatch -> Constr #

dataTypeOf :: EditsAPKListingsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsAPKListingsPatch Source # 
Generic EditsAPKListingsPatch Source # 
GoogleRequest EditsAPKListingsPatch Source # 
type Rep EditsAPKListingsPatch Source # 
type Rep EditsAPKListingsPatch = D1 (MetaData "EditsAPKListingsPatch" "Network.Google.Resource.AndroidPublisher.Edits.APKListings.Patch" "gogol-android-publisher-0.3.0-8XVDgM5JzAvJ4EqDp4PU1P" False) (C1 (MetaCons "EditsAPKListingsPatch'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_eapklpPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eapklpAPKVersionCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32)))) ((:*:) (S1 (MetaSel (Just Symbol "_eapklpPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 APKListing)) ((:*:) (S1 (MetaSel (Just Symbol "_eapklpLanguage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_eapklpEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))
type Scopes EditsAPKListingsPatch Source # 
type Scopes EditsAPKListingsPatch = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsAPKListingsPatch Source # 

Request Lenses

eapklpPackageName :: Lens' EditsAPKListingsPatch Text Source #

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

eapklpAPKVersionCode :: Lens' EditsAPKListingsPatch Int32 Source #

The APK version code whose APK-specific listings should be read or modified.

eapklpLanguage :: Lens' EditsAPKListingsPatch Text Source #

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

eapklpEditId :: Lens' EditsAPKListingsPatch Text Source #

Unique identifier for this edit.