Uses of Enum Class
se.michaelthelin.spotify.enums.ReleaseDatePrecision
Package
Description
-
Uses of ReleaseDatePrecision in se.michaelthelin.spotify.enums
Modifier and TypeMethodDescriptionstatic ReleaseDatePrecision
static ReleaseDatePrecision
Returns the enum constant of this class with the specified name.static ReleaseDatePrecision[]
ReleaseDatePrecision.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReleaseDatePrecision in se.michaelthelin.spotify.model_objects.special
Modifier and TypeMethodDescriptionAlbumSimplifiedSpecial.getReleaseDatePrecision()
Get the precision of the albums release date.Modifier and TypeMethodDescriptionAlbumSimplifiedSpecial.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
Modifier and TypeMethodDescriptionAlbum.getReleaseDatePrecision()
Get the precision of the albums release date.AlbumSimplified.getReleaseDatePrecision()
Get the precision of the albums release date.Episode.getReleaseDatePrecision()
Get the precision with which the release date is known.EpisodeSimplified.getReleaseDatePrecision()
Get the precision with which the release date is known.Modifier and TypeMethodDescriptionAlbum.Builder.setReleaseDatePrecision
(ReleaseDatePrecision releaseDatePrecision) Set the release date precision of the album to be built.AlbumSimplified.Builder.setReleaseDatePrecision
(ReleaseDatePrecision releaseDatePrecision) Set the release date precision of the album to be built.Episode.Builder.setReleaseDatePrecision
(ReleaseDatePrecision releaseDatePrecision) Set the release date precision for the episode to be built.EpisodeSimplified.Builder.setReleaseDatePrecision
(ReleaseDatePrecision releaseDatePrecision) Set the release date precision for the episode to be built.