Uses of Class
se.michaelthelin.spotify.model_objects.specification.ExternalId
Packages that use ExternalId
- 
Uses of ExternalId in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ExternalIdModifier and TypeMethodDescriptionExternalId.Builder.build()ExternalId.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) Album.getExternalIds()Get the external IDs of the album.Track.getExternalIds()Get the external IDs of the track.
Example: isrc -> "International Standard Recording Code".Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ExternalIdModifier and TypeMethodDescriptionAlbum.Builder.setExternalIds(ExternalId externalIds) Set the external IDs of the album to be built.Track.Builder.setExternalIds(ExternalId externalIds) Set the external IDs of the track to be built.