Uses of Class
se.michaelthelin.spotify.model_objects.specification.ShowSimplified.Builder
Packages that use ShowSimplified.Builder
-
Uses of ShowSimplified.Builder in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ShowSimplified.BuilderModifier and TypeMethodDescriptionShowSimplified.builder()ShowSimplified.Builder.setCopyrights(Copyright... copyrights) ShowSimplified.Builder.setDescription(String description) ShowSimplified.Builder.setExplicit(Boolean explicit) ShowSimplified.Builder.setExternallyHosted(Boolean externallyHosted) ShowSimplified.Builder.setExternalUrls(ExternalUrl externalUrls) ShowSimplified.Builder.setLanguages(String[] languages) ShowSimplified.Builder.setMediaType(String mediaType) ShowSimplified.Builder.setType(ModelObjectType type) Constructors in se.michaelthelin.spotify.model_objects.specification with parameters of type ShowSimplified.BuilderModifierConstructorDescriptionShowSimplified(ShowSimplified.Builder builder) Creates a new ShowSimplified object with the specified builder.