Uses of Class
com.wrapper.spotify.model_objects.specification.ExternalId
-
Packages that use ExternalId Package Description com.wrapper.spotify.model_objects.specification -
-
Uses of ExternalId in com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.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.
-