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.Storelayoutpages.Patch

Contents

Description

Updates the content of a store page. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for androidenterprise.storelayoutpages.patch method which the StorelayoutpagesPatch request conforms to.

Creating a Request

storelayoutpagesPatch Source #

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

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

data StorelayoutpagesPatch Source #

Updates the content of a store page. This method supports patch semantics.

See: storelayoutpagesPatch smart constructor.

Instances
Eq StorelayoutpagesPatch Source # 
Instance details

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

Data StorelayoutpagesPatch Source # 
Instance details

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

Methods

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

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

toConstr :: StorelayoutpagesPatch -> Constr #

dataTypeOf :: StorelayoutpagesPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show StorelayoutpagesPatch Source # 
Instance details

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

Generic StorelayoutpagesPatch Source # 
Instance details

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

Associated Types

type Rep StorelayoutpagesPatch :: Type -> Type #

GoogleRequest StorelayoutpagesPatch Source # 
Instance details

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

type Rep StorelayoutpagesPatch Source # 
Instance details

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

type Rep StorelayoutpagesPatch = D1 (MetaData "StorelayoutpagesPatch" "Network.Google.Resource.AndroidEnterprise.Storelayoutpages.Patch" "gogol-android-enterprise-0.5.0-8AyOIj9Lh0H5d2JAafMlhQ" False) (C1 (MetaCons "StorelayoutpagesPatch'" PrefixI True) (S1 (MetaSel (Just "_spEnterpriseId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_spPageId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_spPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StorePage))))
type Scopes StorelayoutpagesPatch Source # 
Instance details

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

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

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

Request Lenses

spPayload :: Lens' StorelayoutpagesPatch StorePage Source #

Multipart request metadata.