Uses of Class
se.michaelthelin.spotify.model_objects.specification.Copyright
Packages that use Copyright
-
Uses of Copyright in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return CopyrightModifier and TypeMethodDescriptionCopyright.Builder.build()
Copyright.JsonUtil.createModelObject
(com.google.gson.JsonObject jsonObject) Album.getCopyrights()
Get all copyright texts of the album.Show.getCopyrights()
Get the copyright statements of the show.ShowSimplified.getCopyrights()
Get the copyright statements of the show.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type CopyrightModifier and TypeMethodDescriptionAlbum.Builder.setCopyrights
(Copyright... copyrights) Set the copyrights of the album to be built.Show.Builder.setCopyrights
(Copyright... copyrights) Set the copyrights of the show to be built.ShowSimplified.Builder.setCopyrights
(Copyright... copyrights) Set the copyrights of the show to be built.