| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
ExternalId |
ExternalId.Builder.build() |
|
ExternalId |
ExternalId.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
|
ExternalId |
Album.getExternalIds() |
Get the external IDs of the album.
|
ExternalId |
Track.getExternalIds() |
Get the external IDs of the track.
Example: isrc -> "International Standard Recording Code". |
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.Builder.setExternalIds(ExternalId externalIds) |
Set the external IDs of the album to be built.
|
Track.Builder |
Track.Builder.setExternalIds(ExternalId externalIds) |
Set the external IDs of the track to be built.
|
Copyright © 2019. All rights reserved.