Uses of Class
se.michaelthelin.spotify.model_objects.specification.Copyright
-
Packages that use Copyright Package Description se.michaelthelin.spotify.model_objects.specification -
-
Uses of Copyright in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return Copyright Modifier and Type Method Description CopyrightCopyright.Builder. build()CopyrightCopyright.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)Copyright[]Album. getCopyrights()Get all copyright texts of the album.Copyright[]Show. getCopyrights()Get the copyright statements of the show.Copyright[]ShowSimplified. getCopyrights()Get the copyright statements of the show.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type Copyright Modifier and Type Method Description Album.BuilderAlbum.Builder. setCopyrights(Copyright... copyrights)Set the copyrights of the album to be built.Show.BuilderShow.Builder. setCopyrights(Copyright... copyrights)Set the copyrights of the show to be built.ShowSimplified.BuilderShowSimplified.Builder. setCopyrights(Copyright... copyrights)Set the copyrights of the show to be built.
-