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 |
Retrieves IDs of all products for which the enterprise has a group license.
See: Google Play EMM API Reference for androidenterprise.grouplicenses.list
.
Synopsis
- type GrouplicensesListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("groupLicenses" :> (QueryParam "alt" AltJSON :> Get '[JSON] GroupLicensesListResponse)))))
- grouplicensesList :: Text -> GrouplicensesList
- data GrouplicensesList
- glEnterpriseId :: Lens' GrouplicensesList Text
REST Resource
type GrouplicensesListResource = "androidenterprise" :> ("v1" :> ("enterprises" :> (Capture "enterpriseId" Text :> ("groupLicenses" :> (QueryParam "alt" AltJSON :> Get '[JSON] GroupLicensesListResponse))))) Source #
A resource alias for androidenterprise.grouplicenses.list
method which the
GrouplicensesList
request conforms to.
Creating a Request
Creates a value of GrouplicensesList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GrouplicensesList Source #
Retrieves IDs of all products for which the enterprise has a group license.
See: grouplicensesList
smart constructor.
Instances
Request Lenses
glEnterpriseId :: Lens' GrouplicensesList Text Source #
The ID of the enterprise.