Uses of Class
se.michaelthelin.spotify.enums.ReleaseDatePrecision
-
Packages that use ReleaseDatePrecision Package Description se.michaelthelin.spotify.enums se.michaelthelin.spotify.model_objects.special se.michaelthelin.spotify.model_objects.specification -
-
Uses of ReleaseDatePrecision in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return ReleaseDatePrecision Modifier and Type Method Description static ReleaseDatePrecisionReleaseDatePrecision. keyOf(String precision)static ReleaseDatePrecisionReleaseDatePrecision. valueOf(String name)Returns the enum constant of this type with the specified name.static ReleaseDatePrecision[]ReleaseDatePrecision. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReleaseDatePrecision in se.michaelthelin.spotify.model_objects.special
Methods in se.michaelthelin.spotify.model_objects.special that return ReleaseDatePrecision Modifier and Type Method Description ReleaseDatePrecisionAlbumSimplifiedSpecial. getReleaseDatePrecision()Get the precision of the albums release date.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type ReleaseDatePrecision Modifier and Type Method Description AlbumSimplifiedSpecial.BuilderAlbumSimplifiedSpecial.Builder. setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision)Set the release date precision of the album to be built. -
Uses of ReleaseDatePrecision in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return ReleaseDatePrecision Modifier and Type Method Description ReleaseDatePrecisionAlbum. getReleaseDatePrecision()Get the precision of the albums release date.ReleaseDatePrecisionAlbumSimplified. getReleaseDatePrecision()Get the precision of the albums release date.ReleaseDatePrecisionEpisode. getReleaseDatePrecision()Get the precision with which the release date is known.ReleaseDatePrecisionEpisodeSimplified. getReleaseDatePrecision()Get the precision with which the release date is known.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ReleaseDatePrecision Modifier and Type Method Description Album.BuilderAlbum.Builder. setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision)Set the release date precision of the album to be built.AlbumSimplified.BuilderAlbumSimplified.Builder. setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision)Set the release date precision of the album to be built.Episode.BuilderEpisode.Builder. setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision)Set the release date precision for the episode to be built.EpisodeSimplified.BuilderEpisodeSimplified.Builder. setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision)Set the release date precision for the episode to be built.
-