gogol-android-publisher-0.4.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.Insert

Contents

Description

Creates a new edit for an app, populated with the app's current state.

See: Google Play Developer API Reference for androidpublisher.edits.insert.

Synopsis

REST Resource

type EditsInsertResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] AppEdit :> Post '[JSON] AppEdit)))))) Source #

A resource alias for androidpublisher.edits.insert method which the EditsInsert request conforms to.

Creating a Request

editsInsert Source #

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

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

data EditsInsert Source #

Creates a new edit for an app, populated with the app's current state.

See: editsInsert smart constructor.

Instances
Eq EditsInsert Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Insert

Data EditsInsert Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Insert

Methods

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

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

toConstr :: EditsInsert -> Constr #

dataTypeOf :: EditsInsert -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsInsert Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Insert

Generic EditsInsert Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Insert

Associated Types

type Rep EditsInsert :: Type -> Type #

GoogleRequest EditsInsert Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Insert

Associated Types

type Rs EditsInsert :: Type #

type Scopes EditsInsert :: [Symbol] #

type Rep EditsInsert Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Insert

type Rep EditsInsert = D1 (MetaData "EditsInsert" "Network.Google.Resource.AndroidPublisher.Edits.Insert" "gogol-android-publisher-0.4.0-A8TPJe0z8xz1LYUimgzodq" False) (C1 (MetaCons "EditsInsert'" PrefixI True) (S1 (MetaSel (Just "_eiPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_eiPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 AppEdit)))
type Scopes EditsInsert Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Insert

type Scopes EditsInsert = "https://www.googleapis.com/auth/androidpublisher" ': ([] :: [Symbol])
type Rs EditsInsert Source # 
Instance details

Defined in Network.Google.Resource.AndroidPublisher.Edits.Insert

Request Lenses

eiPackageName :: Lens' EditsInsert Text Source #

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

eiPayload :: Lens' EditsInsert AppEdit Source #

Multipart request metadata.