target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Edits.Tracks.html Maven / Gradle / Ivy
AndroidPublisher.Edits.Tracks (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Edits.Tracks
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Edits.Tracks
-
- Enclosing class:
- AndroidPublisher.Edits
public class AndroidPublisher.Edits.Tracks
extends Object
The "tracks" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Edits.Tracks.Create
class
AndroidPublisher.Edits.Tracks.Get
class
AndroidPublisher.Edits.Tracks.List
class
AndroidPublisher.Edits.Tracks.Patch
class
AndroidPublisher.Edits.Tracks.Update
-
Constructor Summary
Constructors
Constructor and Description
Tracks()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Edits.Tracks.Create
create(String packageName,
String editId,
TrackConfig content)
Creates a new track.
AndroidPublisher.Edits.Tracks.Get
get(String packageName,
String editId,
String track)
Gets a track.
AndroidPublisher.Edits.Tracks.List
list(String packageName,
String editId)
Lists all tracks.
AndroidPublisher.Edits.Tracks.Patch
patch(String packageName,
String editId,
String track,
Track content)
Patches a track.
AndroidPublisher.Edits.Tracks.Update
update(String packageName,
String editId,
String track,
Track content)
Updates a track.
-
-
Method Detail
-
create
public AndroidPublisher.Edits.Tracks.Create create(String packageName,
String editId,
TrackConfig content)
throws IOException
Creates a new track.
Create a request for the method "tracks.create".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Required. Package name of the app.
editId
- Required. Identifier of the edit.
content
- the TrackConfig
- Returns:
- the request
- Throws:
IOException
-
get
public AndroidPublisher.Edits.Tracks.Get get(String packageName,
String editId,
String track)
throws IOException
Gets a track.
Create a request for the method "tracks.get".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
track
- Identifier of the track. [More on track name](https://developers.google.com/android-publisher/tracks
#ff-track-name)
- Returns:
- the request
- Throws:
IOException
-
list
public AndroidPublisher.Edits.Tracks.List list(String packageName,
String editId)
throws IOException
Lists all tracks.
Create a request for the method "tracks.list".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
- Returns:
- the request
- Throws:
IOException
-
patch
public AndroidPublisher.Edits.Tracks.Patch patch(String packageName,
String editId,
String track,
Track content)
throws IOException
Patches a track.
Create a request for the method "tracks.patch".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
track
- Identifier of the track. [More on track name](https://developers.google.com/android-publisher/tracks
#ff-track-name)
content
- the Track
- Returns:
- the request
- Throws:
IOException
-
update
public AndroidPublisher.Edits.Tracks.Update update(String packageName,
String editId,
String track,
Track content)
throws IOException
Updates a track.
Create a request for the method "tracks.update".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
editId
- Identifier of the edit.
track
- Identifier of the track. [More on track name](https://developers.google.com/android-publisher/tracks
#ff-track-name)
content
- the Track
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy