All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
    • Constructor Detail

      • Tracks

        public Tracks()
    • 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