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.Reviews.Reply

Contents

Description

Reply to a single review, or update an existing reply.

See: Google Play Developer API Reference for androidpublisher.reviews.reply.

Synopsis

REST Resource

type ReviewsReplyResource = "androidpublisher" :> ("v2" :> ("applications" :> (Capture "packageName" Text :> ("reviews" :> (CaptureMode "reviewId" "reply" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ReviewsReplyRequest :> Post '[JSON] ReviewsReplyResponse))))))) Source #

A resource alias for androidpublisher.reviews.reply method which the ReviewsReply request conforms to.

Creating a Request

reviewsReply Source #

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

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

data ReviewsReply Source #

Reply to a single review, or update an existing reply.

See: reviewsReply smart constructor.

Instances

Eq ReviewsReply Source # 
Data ReviewsReply Source # 

Methods

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

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

toConstr :: ReviewsReply -> Constr #

dataTypeOf :: ReviewsReply -> DataType #

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

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

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

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

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

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

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

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

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

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

Show ReviewsReply Source # 
Generic ReviewsReply Source # 

Associated Types

type Rep ReviewsReply :: * -> * #

GoogleRequest ReviewsReply Source # 

Associated Types

type Rs ReviewsReply :: * #

type Scopes ReviewsReply :: [Symbol] #

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

Request Lenses

rrPackageName :: Lens' ReviewsReply Text Source #

Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame".

rrPayload :: Lens' ReviewsReply ReviewsReplyRequest Source #

Multipart request metadata.