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)
Updates the track configuration for the specified track type.
|
AndroidPublisher.Edits.Tracks.Update |
AndroidPublisher.Edits.Tracks.update(String packageName,
String editId,
String track,
Track content)
Updates the track configuration for the specified track type.
|
Constructor and Description |
---|
Patch(String packageName,
String editId,
String track,
Track content)
Updates the track configuration for the specified track type.
|
Update(String packageName,
String editId,
String track,
Track content)
Updates the track configuration for the specified track type.
|
Modifier and Type | Method and Description |
---|---|
Track |
Track.clone() |
Track |
Track.set(String fieldName,
Object value) |
Track |
Track.setReleases(List<TrackRelease> releases)
A list of all active releases in this track during a read request.
|
Track |
Track.setTrack(String track)
Identifier for this track.
|
Modifier and Type | Method and Description |
---|---|
List<Track> |
TracksListResponse.getTracks() |
Modifier and Type | Method and Description |
---|---|
TracksListResponse |
TracksListResponse.setTracks(List<Track> tracks) |
Copyright © 2011–2020 Google. All rights reserved.