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

Contents

Description

Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).

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

Synopsis

REST Resource

type EditsGetResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] AppEdit)))))) Source #

A resource alias for androidpublisher.edits.get method which the EditsGet request conforms to.

Creating a Request

editsGet Source #

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

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

data EditsGet Source #

Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).

See: editsGet smart constructor.

Instances

Eq EditsGet Source # 
Data EditsGet Source # 

Methods

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

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

toConstr :: EditsGet -> Constr #

dataTypeOf :: EditsGet -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EditsGet Source # 
Generic EditsGet Source # 

Associated Types

type Rep EditsGet :: * -> * #

Methods

from :: EditsGet -> Rep EditsGet x #

to :: Rep EditsGet x -> EditsGet #

GoogleRequest EditsGet Source # 

Associated Types

type Rs EditsGet :: * #

type Scopes EditsGet :: [Symbol] #

type Rep EditsGet Source # 
type Rep EditsGet = D1 (MetaData "EditsGet" "Network.Google.Resource.AndroidPublisher.Edits.Get" "gogol-android-publisher-0.3.0-8XVDgM5JzAvJ4EqDp4PU1P" False) (C1 (MetaCons "EditsGet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_egPackageName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_egEditId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes EditsGet Source # 
type Scopes EditsGet = (:) Symbol "https://www.googleapis.com/auth/androidpublisher" ([] Symbol)
type Rs EditsGet Source # 

Request Lenses

egPackageName :: Lens' EditsGet Text Source #

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

egEditId :: Lens' EditsGet Text Source #

Unique identifier for this edit.