Package | Description |
---|---|
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
TrackInfo |
TrackInfo.clone() |
TrackInfo |
TrackInfo.set(java.lang.String fieldName,
java.lang.Object value) |
TrackInfo |
TrackInfo.setTrackAlias(java.lang.String trackAlias)
A modifiable name for a track.
|
TrackInfo |
TrackInfo.setTrackId(java.lang.String trackId)
Unmodifiable, unique track identifier.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TrackInfo> |
Product.getAppTracks()
The tracks visible to the enterprise.
|
Modifier and Type | Method and Description |
---|---|
Product |
Product.setAppTracks(java.util.List<TrackInfo> appTracks)
The tracks visible to the enterprise.
|