Package | Description |
---|---|
com.google.api.services.androidpublisher | |
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
AndroidPublisher.Edits.Tracks.Patch |
AndroidPublisher.Edits.Tracks.patch(String packageName,
String editId,
String track,
Track content)
Patches a track.
|
AndroidPublisher.Edits.Tracks.Update |
AndroidPublisher.Edits.Tracks.update(String packageName,
String editId,
String track,
Track content)
Updates a track.
|
Constructor and Description |
---|
Patch(String packageName,
String editId,
String track,
Track content)
Patches a track.
|
Update(String packageName,
String editId,
String track,
Track content)
Updates a track.
|
Modifier and Type | Method and Description |
---|---|
Track |
Track.clone() |
Track |
Track.set(String fieldName,
Object value) |
Track |
Track.setReleases(List<TrackRelease> releases)
In a read request, represents all active releases in the track.
|
Track |
Track.setTrack(String track)
Identifier of the track.
|
Modifier and Type | Method and Description |
---|---|
List<Track> |
TracksListResponse.getTracks()
All tracks (including tracks with no releases).
|
Modifier and Type | Method and Description |
---|---|
TracksListResponse |
TracksListResponse.setTracks(List<Track> tracks)
All tracks (including tracks with no releases).
|
Copyright © 2011–2025 Google. All rights reserved.