gogol-plus-domains-0.4.0: Google + Domains 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.PlusDomains.People.ListByCircle

Contents

Description

List all of the people who are members of a circle.

See: Google+ Domains API Reference for plusDomains.people.listByCircle.

Synopsis

REST Resource

type PeopleListByCircleResource = "plusDomains" :> ("v1" :> ("circles" :> (Capture "circleId" Text :> ("people" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Word32) :> (QueryParam "alt" AltJSON :> Get '[JSON] PeopleFeed))))))) Source #

A resource alias for plusDomains.people.listByCircle method which the PeopleListByCircle request conforms to.

Creating a Request

peopleListByCircle Source #

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

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

data PeopleListByCircle Source #

List all of the people who are members of a circle.

See: peopleListByCircle smart constructor.

Instances
Eq PeopleListByCircle Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.People.ListByCircle

Data PeopleListByCircle Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.People.ListByCircle

Methods

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

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

toConstr :: PeopleListByCircle -> Constr #

dataTypeOf :: PeopleListByCircle -> DataType #

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

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

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

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

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

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

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

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

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

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

Show PeopleListByCircle Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.People.ListByCircle

Generic PeopleListByCircle Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.People.ListByCircle

Associated Types

type Rep PeopleListByCircle :: Type -> Type #

GoogleRequest PeopleListByCircle Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.People.ListByCircle

Associated Types

type Rs PeopleListByCircle :: Type #

type Scopes PeopleListByCircle :: [Symbol] #

type Rep PeopleListByCircle Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.People.ListByCircle

type Rep PeopleListByCircle = D1 (MetaData "PeopleListByCircle" "Network.Google.Resource.PlusDomains.People.ListByCircle" "gogol-plus-domains-0.4.0-34lALQjqVKZA6ahc5WKRcy" False) (C1 (MetaCons "PeopleListByCircle'" PrefixI True) (S1 (MetaSel (Just "_plbcCircleId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_plbcPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_plbcMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Textual Word32)))))
type Scopes PeopleListByCircle Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.People.ListByCircle

type Scopes PeopleListByCircle = "https://www.googleapis.com/auth/plus.circles.read" ': ("https://www.googleapis.com/auth/plus.login" ': ([] :: [Symbol]))
type Rs PeopleListByCircle Source # 
Instance details

Defined in Network.Google.Resource.PlusDomains.People.ListByCircle

Request Lenses

plbcCircleId :: Lens' PeopleListByCircle Text Source #

The ID of the circle to get the members of.

plbcPageToken :: Lens' PeopleListByCircle (Maybe Text) Source #

The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.

plbcMaxResults :: Lens' PeopleListByCircle Word32 Source #

The maximum number of people to include in the response, which is used for paging. For any response, the actual number returned might be less than the specified maxResults.