Uses of Class
se.michaelthelin.spotify.model_objects.specification.ExternalId
-
Packages that use ExternalId Package Description se.michaelthelin.spotify.model_objects.specification -
-
Uses of ExternalId in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ExternalId Modifier and Type Method Description ExternalIdExternalId.Builder. build()ExternalIdExternalId.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)ExternalIdAlbum. getExternalIds()Get the external IDs of the album.ExternalIdTrack. 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 ExternalId Modifier and Type Method Description Album.BuilderAlbum.Builder. setExternalIds(ExternalId externalIds)Set the external IDs of the album to be built.Track.BuilderTrack.Builder. setExternalIds(ExternalId externalIds)Set the external IDs of the track to be built.
-