Uses of Class
se.michaelthelin.spotify.model_objects.specification.Copyright
Packages that use Copyright
Package
Description
-
Uses of Copyright in se.michaelthelin.spotify.model_objects.interfaces
Methods in se.michaelthelin.spotify.model_objects.interfaces that return Copyright -
Uses of Copyright in se.michaelthelin.spotify.model_objects.specification
Subclasses with type arguments of type Copyright in se.michaelthelin.spotify.model_objects.specificationModifier and TypeClassDescriptionstatic final classJsonUtil class for buildingCopyrightinstances.Methods in se.michaelthelin.spotify.model_objects.specification that return CopyrightModifier and TypeMethodDescriptionCopyright.Builder.build()Album.getCopyrights()Get all copyright texts of the album.Audiobook.getCopyrights()Get the copyright statements of the audiobook.AudiobookSimplified.getCopyrights()Get the copyright statements of the audiobook.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) Audiobook.Builder.setCopyrights(Copyright... copyrights) AudiobookSimplified.Builder.setCopyrights(Copyright... copyrights) Show.Builder.setCopyrights(Copyright... copyrights) ShowSimplified.Builder.setCopyrights(Copyright... copyrights)