Uses of Class
se.michaelthelin.spotify.model_objects.specification.ExternalId
-
Uses of ExternalId in se.michaelthelin.spotify.model_objects.specification
Modifier 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".Modifier 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.