gogol-androidmanagement-0.5.0: Google Android Management 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.AndroidManagement.Enterprises.WebApps.Patch

Contents

Description

Updates a web app.

See: Android Management API Reference for androidmanagement.enterprises.webApps.patch.

Synopsis

REST Resource

type EnterprisesWebAppsPatchResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "updateMask" GFieldMask :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] WebApp :> Patch '[JSON] WebApp))))))))) Source #

A resource alias for androidmanagement.enterprises.webApps.patch method which the EnterprisesWebAppsPatch request conforms to.

Creating a Request

enterprisesWebAppsPatch Source #

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

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

data EnterprisesWebAppsPatch Source #

Updates a web app.

See: enterprisesWebAppsPatch smart constructor.

Instances
Eq EnterprisesWebAppsPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch

Data EnterprisesWebAppsPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch

Methods

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

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

toConstr :: EnterprisesWebAppsPatch -> Constr #

dataTypeOf :: EnterprisesWebAppsPatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EnterprisesWebAppsPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch

Generic EnterprisesWebAppsPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch

Associated Types

type Rep EnterprisesWebAppsPatch :: Type -> Type #

GoogleRequest EnterprisesWebAppsPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch

type Rep EnterprisesWebAppsPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch

type Rep EnterprisesWebAppsPatch = D1 (MetaData "EnterprisesWebAppsPatch" "Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch" "gogol-androidmanagement-0.5.0-37gwsDGbzmV98EjbClVAWT" False) (C1 (MetaCons "EnterprisesWebAppsPatch'" PrefixI True) (((S1 (MetaSel (Just "_ewapXgafv") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Xgafv)) :*: S1 (MetaSel (Just "_ewapUploadProtocol") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_ewapUpdateMask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GFieldMask)) :*: S1 (MetaSel (Just "_ewapAccessToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_ewapUploadType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ewapPayload") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 WebApp)) :*: (S1 (MetaSel (Just "_ewapName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_ewapCallback") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))
type Scopes EnterprisesWebAppsPatch Source # 
Instance details

Defined in Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch

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

Defined in Network.Google.Resource.AndroidManagement.Enterprises.WebApps.Patch

Request Lenses

ewapUploadProtocol :: Lens' EnterprisesWebAppsPatch (Maybe Text) Source #

Upload protocol for media (e.g. "raw", "multipart").

ewapUpdateMask :: Lens' EnterprisesWebAppsPatch (Maybe GFieldMask) Source #

The field mask indicating the fields to update. If not set, all modifiable fields will be modified.

ewapUploadType :: Lens' EnterprisesWebAppsPatch (Maybe Text) Source #

Legacy upload protocol for media (e.g. "media", "multipart").

ewapPayload :: Lens' EnterprisesWebAppsPatch WebApp Source #

Multipart request metadata.

ewapName :: Lens' EnterprisesWebAppsPatch Text Source #

The name of the web app in the form enterprises/{enterpriseId}/webApps/{packageName}.