Uses of Enum Class
se.michaelthelin.spotify.enums.ReleaseDatePrecision
Packages that use ReleaseDatePrecision
Package
Description
-
Uses of ReleaseDatePrecision in se.michaelthelin.spotify.enums
Subclasses with type arguments of type ReleaseDatePrecision in se.michaelthelin.spotify.enumsModifier and TypeClassDescriptionenumAn enumeration of all possible release date precisions.Methods in se.michaelthelin.spotify.enums that return ReleaseDatePrecisionModifier and TypeMethodDescriptionstatic ReleaseDatePrecisionGet theReleaseDatePrecisionassociated with the given precision string.static ReleaseDatePrecisionReturns 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.interfaces
Methods in se.michaelthelin.spotify.model_objects.interfaces that return ReleaseDatePrecisionModifier and TypeMethodDescriptionIAlbum.getReleaseDatePrecision()Get the precision of the albums release date.IEpisode.getReleaseDatePrecision()Get the precision with which the release date is known. -
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) -
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.Chapter.getReleaseDatePrecision()Get the precision of the release date.ChapterSimplified.getReleaseDatePrecision()Get the precision of the 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) AlbumSimplified.Builder.setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision) Chapter.Builder.setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision) ChapterSimplified.Builder.setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision) Episode.Builder.setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision) EpisodeSimplified.Builder.setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision)