Uses of Enum Class
se.michaelthelin.spotify.enums.ReleaseDatePrecision
Packages that use ReleaseDatePrecision
Package
Description
-
Uses of ReleaseDatePrecision in se.michaelthelin.spotify.enums
Methods in se.michaelthelin.spotify.enums that return ReleaseDatePrecisionModifier 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
Methods in se.michaelthelin.spotify.model_objects.special that return ReleaseDatePrecisionModifier and TypeMethodDescriptionAlbumSimplifiedSpecial.getReleaseDatePrecision()
Get the precision of the albums release date.Methods in se.michaelthelin.spotify.model_objects.special with parameters of type ReleaseDatePrecisionModifier 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
Methods in se.michaelthelin.spotify.model_objects.specification that return ReleaseDatePrecisionModifier 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.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type ReleaseDatePrecisionModifier 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.