| Package | Description |
|---|---|
| com.wrapper.spotify.model_objects.specification |
| Modifier and Type | Method | Description |
|---|---|---|
Followers |
Followers.Builder.build() |
|
Followers |
Followers.JsonUtil.createModelObject(com.google.gson.JsonObject jsonObject) |
|
Followers |
Artist.getFollowers() |
Get information about the followers of the artist.
|
Followers |
Playlist.getFollowers() |
Get information about the followers of the playlist.
|
Followers |
User.getFollowers() |
Get information about the followers of the user.
|
| Modifier and Type | Method | Description |
|---|---|---|
Artist.Builder |
Artist.Builder.setFollowers(Followers followers) |
Set the followers object of the artist to be built.
|
Playlist.Builder |
Playlist.Builder.setFollowers(Followers followers) |
Set information about the followers of the playlist to be built.
|
User.Builder |
User.Builder.setFollowers(Followers followers) |
Set the followers object of the user to be built.
|
Copyright © 2019. All rights reserved.