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.APKListings.Deleteall

Contents

Description

Deletes all the APK-specific localized listings for a specified APK.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.apklistings.deleteall method which the EditsAPKListingsDeleteall request conforms to.

Creating a Request

editsAPKListingsDeleteall Source #

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

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

data EditsAPKListingsDeleteall Source #

Deletes all the APK-specific localized listings for a specified APK.

See: editsAPKListingsDeleteall smart constructor.

Instances

Eq EditsAPKListingsDeleteall Source # 
Data EditsAPKListingsDeleteall Source # 

Methods

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

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

toConstr :: EditsAPKListingsDeleteall -> Constr #

dataTypeOf :: EditsAPKListingsDeleteall -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsAPKListingsDeleteall Source # 
Generic EditsAPKListingsDeleteall Source # 
GoogleRequest EditsAPKListingsDeleteall Source # 
type Rep EditsAPKListingsDeleteall Source # 
type Rep EditsAPKListingsDeleteall = D1 (MetaData "EditsAPKListingsDeleteall" "Network.Google.Resource.AndroidPublisher.Edits.APKListings.Deleteall" "gogol-android-publisher-0.2.0-L8pJWYUugTc2aQsDEpeAu6" False) (C1 (MetaCons "EditsAPKListingsDeleteall'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_eapkldaPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_eapkldaAPKVersionCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Int32))) (S1 (MetaSel (Just Symbol "_eapkldaEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Scopes EditsAPKListingsDeleteall Source # 
type Scopes EditsAPKListingsDeleteall = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsAPKListingsDeleteall Source # 

Request Lenses

eapkldaPackageName :: Lens' EditsAPKListingsDeleteall Text Source #

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

eapkldaAPKVersionCode :: Lens' EditsAPKListingsDeleteall Int32 Source #

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

eapkldaEditId :: Lens' EditsAPKListingsDeleteall Text Source #

Unique identifier for this edit.