Class ShowSimplified.Builder
java.lang.Object
se.michaelthelin.spotify.model_objects.AbstractModelObject.Builder
se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
- All Implemented Interfaces:
IModelObject.Builder
- Enclosing class:
ShowSimplified
Builder class for building
ShowSimplified instances.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build a model object with the information set in the builder object.setCopyrights(Copyright... copyrights) setDescription(String description) setExplicit(Boolean explicit) setExternallyHosted(Boolean externallyHosted) setExternalUrls(ExternalUrl externalUrls) setLanguages(String[] languages) setMediaType(String mediaType) setType(ModelObjectType type)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setCopyrights
-
setDescription
-
setExplicit
-
setExternalUrls
-
setHref
-
setId
-
setImages
-
setExternallyHosted
-
setLanguages
-
setMediaType
-
setName
-
setType
-
setUri
-
build
Description copied from interface:IModelObject.BuilderBuild 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.
-