gogol-android-enterprise-0.5.0: Google Play EMM 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.AndroidEnterprise.Storelayoutclusters.Patch

Contents

Description

Updates a cluster. This method supports patch semantics.

See: Google Play EMM API Reference for androidenterprise.storelayoutclusters.patch.

Synopsis

REST Resource

type StorelayoutclustersPatchResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("storeLayout" :> ("pages" :> (Capture "pageId" Text :> ("clusters" :> (Capture "clusterId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] StoreCluster :> Patch '[JSON] StoreCluster)))))))))) Source #

A resource alias for androidenterprise.storelayoutclusters.patch method which the StorelayoutclustersPatch request conforms to.

Creating a Request

storelayoutclustersPatch Source #

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

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

data StorelayoutclustersPatch Source #

Updates a cluster. This method supports patch semantics.

See: storelayoutclustersPatch smart constructor.

Instances
Eq StorelayoutclustersPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch

Data StorelayoutclustersPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch

Methods

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

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

toConstr :: StorelayoutclustersPatch -> Constr #

dataTypeOf :: StorelayoutclustersPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StorelayoutclustersPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch

Generic StorelayoutclustersPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch

Associated Types

type Rep StorelayoutclustersPatch :: Type -> Type #

GoogleRequest StorelayoutclustersPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch

type Rep StorelayoutclustersPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch

type Rep StorelayoutclustersPatch = D1 (MetaData "StorelayoutclustersPatch" "Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch" "gogol-android-enterprise-0.5.0-8AyOIj9Lh0H5d2JAafMlhQ" False) (C1 (MetaCons "StorelayoutclustersPatch'" PrefixI True) ((S1 (MetaSel (Just "_sppEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_sppPageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_sppPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StoreCluster) :*: S1 (MetaSel (Just "_sppClusterId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Scopes StorelayoutclustersPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch

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

Defined in Network.Google.Resource.AndroidEnterprise.Storelayoutclusters.Patch

Request Lenses