Class ExternalId
- java.lang.Object
-
- com.wrapper.spotify.model_objects.AbstractModelObject
-
- com.wrapper.spotify.model_objects.specification.ExternalId
-
- All Implemented Interfaces:
IModelObject
public class ExternalId extends AbstractModelObject
Retrieve information about External ID objects by building instances from this class.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalId.BuilderBuilder class for buildingExternalIdinstances.static classExternalId.JsonUtilJsonUtil class for buildingExternalIdinstances.-
Nested classes/interfaces inherited from interface com.wrapper.spotify.model_objects.IModelObject
IModelObject.IJsonUtil<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalId.Builderbuilder()Create a builder for building an instance of a model object.Map<String,String>getExternalIds()Get the external IDs from this External ID object.
-
-
-
Method Detail
-
getExternalIds
public Map<String,String> getExternalIds()
Get the external IDs from this External ID object.
External ID examples:
"isrc" - International Standard Recording Code
"ean" - International Article Number
"upc" - Universal Product Code- Returns:
- A
Mapof external IDs, containing external identifiers for the object.
-
builder
public ExternalId.Builder builder()
Description copied from interface:IModelObjectCreate a builder for building an instance of a model object.
The type of the builder and its methods depend on its corresponding implementation.- Returns:
- A builder object.
-
-