| 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 |
Network.Google.Resource.AndroidManagement.Enterprises.WebApps.List
Description
Lists web apps for a given enterprise.
See: Android Management API Reference for androidmanagement.enterprises.webApps.list.
Synopsis
- type EnterprisesWebAppsListResource = "v1" :> (Capture "parent" Text :> ("webApps" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListWebAppsResponse))))))))))
- enterprisesWebAppsList :: Text -> EnterprisesWebAppsList
- data EnterprisesWebAppsList
- ewalParent :: Lens' EnterprisesWebAppsList Text
- ewalXgafv :: Lens' EnterprisesWebAppsList (Maybe Xgafv)
- ewalUploadProtocol :: Lens' EnterprisesWebAppsList (Maybe Text)
- ewalAccessToken :: Lens' EnterprisesWebAppsList (Maybe Text)
- ewalUploadType :: Lens' EnterprisesWebAppsList (Maybe Text)
- ewalPageToken :: Lens' EnterprisesWebAppsList (Maybe Text)
- ewalPageSize :: Lens' EnterprisesWebAppsList (Maybe Int32)
- ewalCallback :: Lens' EnterprisesWebAppsList (Maybe Text)
REST Resource
type EnterprisesWebAppsListResource = "v1" :> (Capture "parent" Text :> ("webApps" :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "pageToken" Text :> (QueryParam "pageSize" (Textual Int32) :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ListWebAppsResponse)))))))))) Source #
A resource alias for androidmanagement.enterprises.webApps.list method which the
EnterprisesWebAppsList request conforms to.
Creating a Request
enterprisesWebAppsList Source #
Arguments
| :: Text | |
| -> EnterprisesWebAppsList |
Creates a value of EnterprisesWebAppsList with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnterprisesWebAppsList Source #
Lists web apps for a given enterprise.
See: enterprisesWebAppsList smart constructor.
Instances
Request Lenses
ewalParent :: Lens' EnterprisesWebAppsList Text Source #
The name of the enterprise in the form enterprises/{enterpriseId}.
ewalUploadProtocol :: Lens' EnterprisesWebAppsList (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
ewalAccessToken :: Lens' EnterprisesWebAppsList (Maybe Text) Source #
OAuth access token.
ewalUploadType :: Lens' EnterprisesWebAppsList (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
ewalPageToken :: Lens' EnterprisesWebAppsList (Maybe Text) Source #
A token identifying a page of results returned by the server.
ewalPageSize :: Lens' EnterprisesWebAppsList (Maybe Int32) Source #
The requested page size. The actual page size may be fixed to a min or max value.
ewalCallback :: Lens' EnterprisesWebAppsList (Maybe Text) Source #
JSONP