| Package | Description |
|---|---|
| com.wrapper.spotify.enums | |
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
static ReleaseDatePrecision |
ReleaseDatePrecision.keyOf(String precision) |
|
static ReleaseDatePrecision |
ReleaseDatePrecision.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReleaseDatePrecision |
Album.getReleaseDatePrecision() |
Get the precision of the albums release date.
|
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.Builder.setReleaseDatePrecision(ReleaseDatePrecision releaseDatePrecision) |
Set the release date precision of the album to be built.
|
Copyright © 2019. All rights reserved.