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

target.apidocs.com.google.api.services.androidpublisher.model.TrackConfig.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241217-2.0.0
Show newest version






TrackConfig (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher.model

Class TrackConfig

    • Constructor Detail

      • TrackConfig

        public TrackConfig()
    • Method Detail

      • getFormFactor

        public String getFormFactor()
        Required. Form factor of the new track. Defaults to the default track.
        Returns:
        value or null for none
      • setFormFactor

        public TrackConfig setFormFactor(String formFactor)
        Required. Form factor of the new track. Defaults to the default track.
        Parameters:
        formFactor - formFactor or null for none
      • getTrack

        public String getTrack()
        Required. Identifier of the new track. For default tracks, this field consists of the track alias only. Form factor tracks have a special prefix as an identifier, for example `wear:production`, `automotive:production`. This prefix must match the value of the `form_factor` field, if it is not a default track. [More on track name](https://developers.google.com/android-publisher/tracks#ff-track-name)
        Returns:
        value or null for none
      • setTrack

        public TrackConfig setTrack(String track)
        Required. Identifier of the new track. For default tracks, this field consists of the track alias only. Form factor tracks have a special prefix as an identifier, for example `wear:production`, `automotive:production`. This prefix must match the value of the `form_factor` field, if it is not a default track. [More on track name](https://developers.google.com/android-publisher/tracks#ff-track-name)
        Parameters:
        track - track or null for none
      • getType

        public String getType()
        Required. Type of the new track. Currently, the only supported value is closedTesting.
        Returns:
        value or null for none
      • setType

        public TrackConfig setType(String type)
        Required. Type of the new track. Currently, the only supported value is closedTesting.
        Parameters:
        type - type or null for none
      • set

        public TrackConfig set(String fieldName,
                               Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public TrackConfig clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy