Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Acknowledges notifications that were received from Enterprises.PullNotificationSet to prevent subsequent calls from returning the same notifications.
See: Google Play EMM API Reference for androidenterprise.enterprises.acknowledgeNotificationSet
.
Synopsis
- type EnterprisesAcknowledgeNotificationSetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> ("acknowledgeNotificationSet" :> (QueryParam "notificationSetId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ())))))
- enterprisesAcknowledgeNotificationSet :: EnterprisesAcknowledgeNotificationSet
- data EnterprisesAcknowledgeNotificationSet
- eansNotificationSetId :: Lens' EnterprisesAcknowledgeNotificationSet (Maybe Text)
REST Resource
type EnterprisesAcknowledgeNotificationSetResource = "androidenterprise" :> ("v1" :> ("enterprises" :> ("acknowledgeNotificationSet" :> (QueryParam "notificationSetId" Text :> (QueryParam "alt" AltJSON :> Post '[JSON] ()))))) Source #
A resource alias for androidenterprise.enterprises.acknowledgeNotificationSet
method which the
EnterprisesAcknowledgeNotificationSet
request conforms to.
Creating a Request
enterprisesAcknowledgeNotificationSet :: EnterprisesAcknowledgeNotificationSet Source #
Creates a value of EnterprisesAcknowledgeNotificationSet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnterprisesAcknowledgeNotificationSet Source #
Acknowledges notifications that were received from Enterprises.PullNotificationSet to prevent subsequent calls from returning the same notifications.
See: enterprisesAcknowledgeNotificationSet
smart constructor.
Instances
Request Lenses
eansNotificationSetId :: Lens' EnterprisesAcknowledgeNotificationSet (Maybe Text) Source #
The notification set ID as returned by Enterprises.PullNotificationSet. This must be provided.