| Package | Description |
|---|---|
| com.wrapper.spotify.enums | |
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
static AlbumType |
AlbumType.keyOf(String type) |
|
static AlbumType |
AlbumType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AlbumType[] |
AlbumType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
AlbumType |
Album.getAlbumType() |
Get the type of the album.
|
AlbumType |
AlbumSimplified.getAlbumType() |
Get the type of the album.
|
| Modifier and Type | Method | Description |
|---|---|---|
Album.Builder |
Album.Builder.setAlbumType(AlbumType albumType) |
Set the type of the album to be built.
|
AlbumSimplified.Builder |
AlbumSimplified.Builder.setAlbumType(AlbumType albumType) |
Set the type of the album to be built.
|
Copyright © 2019. All rights reserved.