Uses of Class
com.wrapper.spotify.enums.ReleaseDatePrecision
-
Packages that use ReleaseDatePrecision Package Description com.wrapper.spotify.enums com.wrapper.spotify.model_objects.specification -
-
Uses of ReleaseDatePrecision in com.wrapper.spotify.enums
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.spotify.model_objects.specification that return ReleaseDatePrecision Modifier and Type Method Description ReleaseDatePrecisionAlbum. getReleaseDatePrecision()Get the precision of the albums release date.Methods in com.wrapper.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.
-