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.Commit

Contents

Description

Commits/applies the changes made in this edit back to the app.

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

Synopsis

REST Resource

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

A resource alias for androidpublisher.edits.commit method which the EditsCommit request conforms to.

Creating a Request

editsCommit Source #

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

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

data EditsCommit Source #

Commits/applies the changes made in this edit back to the app.

See: editsCommit smart constructor.

Instances
Eq EditsCommit Source # 
Instance details

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

Data EditsCommit Source # 
Instance details

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

Methods

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

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

toConstr :: EditsCommit -> Constr #

dataTypeOf :: EditsCommit -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsCommit Source # 
Instance details

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

Generic EditsCommit Source # 
Instance details

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

Associated Types

type Rep EditsCommit :: Type -> Type #

GoogleRequest EditsCommit Source # 
Instance details

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

Associated Types

type Rs EditsCommit :: Type #

type Scopes EditsCommit :: [Symbol] #

type Rep EditsCommit Source # 
Instance details

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

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

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

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

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

Request Lenses

ecPackageName :: Lens' EditsCommit Text Source #

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

ecEditId :: Lens' EditsCommit Text Source #

Unique identifier for this edit.