Uses of Class
se.michaelthelin.spotify.model_objects.specification.ExternalId
Packages that use ExternalId
-
Uses of ExternalId in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type ExternalId in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingExternalIdinstances.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.
Example: upc -> "Universal Product Code".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) Track.Builder.setExternalIds(ExternalId externalIds)