gogol-android-enterprise-0.1.1: 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.Enterprises.SendTestPushNotification

Contents

Description

Sends a test push notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.

See: Google Play EMM API Reference for androidenterprise.enterprises.sendTestPushNotification.

Synopsis

REST Resource

type EnterprisesSendTestPushNotificationResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("sendTestPushNotification" :> (QueryParam "alt" AltJSON :> Post '[JSON] EnterprisesSendTestPushNotificationResponse))))) Source #

A resource alias for androidenterprise.enterprises.sendTestPushNotification method which the EnterprisesSendTestPushNotification request conforms to.

Creating a Request

enterprisesSendTestPushNotification Source #

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

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

data EnterprisesSendTestPushNotification Source #

Sends a test push notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.

See: enterprisesSendTestPushNotification smart constructor.

Instances

Eq EnterprisesSendTestPushNotification Source # 
Data EnterprisesSendTestPushNotification Source # 

Methods

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

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

toConstr :: EnterprisesSendTestPushNotification -> Constr #

dataTypeOf :: EnterprisesSendTestPushNotification -> DataType #

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

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

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

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

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

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

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

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

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

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

Show EnterprisesSendTestPushNotification Source # 
Generic EnterprisesSendTestPushNotification Source # 
GoogleRequest EnterprisesSendTestPushNotification Source # 
type Rep EnterprisesSendTestPushNotification Source # 
type Rep EnterprisesSendTestPushNotification = D1 (MetaData "EnterprisesSendTestPushNotification" "Network.Google.Resource.AndroidEnterprise.Enterprises.SendTestPushNotification" "gogol-android-enterprise-0.1.1-2K85VOQSryw9Pbs20PQ0Qt" True) (C1 (MetaCons "EnterprisesSendTestPushNotification'" PrefixI True) (S1 (MetaSel (Just Symbol "_estpnEnterpriseId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Scopes EnterprisesSendTestPushNotification Source # 
type Scopes EnterprisesSendTestPushNotification = (:) Symbol "https://www.googleapis.com/auth/androidenterprise" ([] Symbol)
type Rs EnterprisesSendTestPushNotification Source # 

Request Lenses