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 |
Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.
See: Google Play Developer API Reference for androidpublisher.edits.expansionfiles.patch
.
Synopsis
- type EditsExpansionFilesPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("expansionFiles" :> (Capture "expansionFileType" EditsExpansionFilesPatchExpansionFileType :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ExpansionFile :> Patch '[JSON] ExpansionFile)))))))))))
- editsExpansionFilesPatch :: Text -> Int32 -> ExpansionFile -> EditsExpansionFilesPatchExpansionFileType -> Text -> EditsExpansionFilesPatch
- data EditsExpansionFilesPatch
- eefpPackageName :: Lens' EditsExpansionFilesPatch Text
- eefpAPKVersionCode :: Lens' EditsExpansionFilesPatch Int32
- eefpPayload :: Lens' EditsExpansionFilesPatch ExpansionFile
- eefpExpansionFileType :: Lens' EditsExpansionFilesPatch EditsExpansionFilesPatchExpansionFileType
- eefpEditId :: Lens' EditsExpansionFilesPatch Text
REST Resource
type EditsExpansionFilesPatchResource = "androidpublisher" :> ("v3" :> ("applications" :> (Capture "packageName" Text :> ("edits" :> (Capture "editId" Text :> ("apks" :> (Capture "apkVersionCode" (Textual Int32) :> ("expansionFiles" :> (Capture "expansionFileType" EditsExpansionFilesPatchExpansionFileType :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] ExpansionFile :> Patch '[JSON] ExpansionFile))))))))))) Source #
A resource alias for androidpublisher.edits.expansionfiles.patch
method which the
EditsExpansionFilesPatch
request conforms to.
Creating a Request
editsExpansionFilesPatch Source #
:: Text | |
-> Int32 | |
-> ExpansionFile | |
-> EditsExpansionFilesPatchExpansionFileType | |
-> Text | |
-> EditsExpansionFilesPatch |
Creates a value of EditsExpansionFilesPatch
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data EditsExpansionFilesPatch Source #
Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.
See: editsExpansionFilesPatch
smart constructor.
Instances
Request Lenses
eefpPackageName :: Lens' EditsExpansionFilesPatch Text Source #
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
eefpAPKVersionCode :: Lens' EditsExpansionFilesPatch Int32 Source #
The version code of the APK whose Expansion File configuration is being read or modified.
eefpPayload :: Lens' EditsExpansionFilesPatch ExpansionFile Source #
Multipart request metadata.
eefpExpansionFileType :: Lens' EditsExpansionFilesPatch EditsExpansionFilesPatchExpansionFileType Source #
eefpEditId :: Lens' EditsExpansionFilesPatch Text Source #
Unique identifier for this edit.