Uses of Class
se.michaelthelin.spotify.model_objects.specification.Copyright
-
Uses of Copyright in se.michaelthelin.spotify.model_objects.specification
Modifier 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.Modifier 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.