Class ExternalId.Builder
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
se.michaelthelin.spotify.model_objects.specification.ExternalId.Builder
- All Implemented Interfaces:
IModelObject.Builder
- Enclosing class:
ExternalId
Builder class for building
ExternalId
instances.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build a model object with the information set in the builder object.setExternalIds
(Map<String, String> externalIds) External IDs setter.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setExternalIds
External IDs setter.- Parameters:
externalIds
- AMap
of external IDs, containing external identifiers for the object.- Returns:
- A
ExternalId.Builder
.
-
build
Description copied from interface:IModelObject.Builder
Build a model object with the information set in the builder object.
The type of the model object and its methods depend on its corresponding implementation.- Returns:
- A model object.
-