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 |
Gets info about an application.
See: Android Management API Reference for androidmanagement.enterprises.applications.get
.
Synopsis
- type EnterprisesApplicationsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "languageCode" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Application))))))))
- enterprisesApplicationsGet :: Text -> EnterprisesApplicationsGet
- data EnterprisesApplicationsGet
- eagXgafv :: Lens' EnterprisesApplicationsGet (Maybe Xgafv)
- eagLanguageCode :: Lens' EnterprisesApplicationsGet (Maybe Text)
- eagUploadProtocol :: Lens' EnterprisesApplicationsGet (Maybe Text)
- eagAccessToken :: Lens' EnterprisesApplicationsGet (Maybe Text)
- eagUploadType :: Lens' EnterprisesApplicationsGet (Maybe Text)
- eagName :: Lens' EnterprisesApplicationsGet Text
- eagCallback :: Lens' EnterprisesApplicationsGet (Maybe Text)
REST Resource
type EnterprisesApplicationsGetResource = "v1" :> (Capture "name" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "languageCode" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "access_token" Text :> (QueryParam "uploadType" Text :> (QueryParam "callback" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] Application)))))))) Source #
A resource alias for androidmanagement.enterprises.applications.get
method which the
EnterprisesApplicationsGet
request conforms to.
Creating a Request
enterprisesApplicationsGet Source #
Creates a value of EnterprisesApplicationsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EnterprisesApplicationsGet Source #
Gets info about an application.
See: enterprisesApplicationsGet
smart constructor.
Instances
Request Lenses
eagLanguageCode :: Lens' EnterprisesApplicationsGet (Maybe Text) Source #
The preferred language for localized application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the default language of the application will be used.
eagUploadProtocol :: Lens' EnterprisesApplicationsGet (Maybe Text) Source #
Upload protocol for media (e.g. "raw", "multipart").
eagAccessToken :: Lens' EnterprisesApplicationsGet (Maybe Text) Source #
OAuth access token.
eagUploadType :: Lens' EnterprisesApplicationsGet (Maybe Text) Source #
Legacy upload protocol for media (e.g. "media", "multipart").
eagName :: Lens' EnterprisesApplicationsGet Text Source #
The name of the application in the form enterprises/{enterpriseId}/applications/{package_name}.
eagCallback :: Lens' EnterprisesApplicationsGet (Maybe Text) Source #
JSONP