Class CheckUsersFollowPlaylistRequest
- java.lang.Object
-
- com.wrapper.spotify.requests.AbstractRequest
-
- com.wrapper.spotify.requests.data.AbstractDataRequest
-
- com.wrapper.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest
-
- All Implemented Interfaces:
IRequest
public class CheckUsersFollowPlaylistRequest extends AbstractDataRequest
Check to see if one or more Spotify users are following a specified playlist.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCheckUsersFollowPlaylistRequest.BuilderBuilder class for building aCheckUsersFollowPlaylistRequest.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean[]execute()Check whether a user is following a playlist or not.-
Methods inherited from class com.wrapper.spotify.requests.AbstractRequest
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJson
-
-
-
-
Method Detail
-
execute
public Boolean[] execute() throws IOException, SpotifyWebApiException
Check whether a user is following a playlist or not.- Returns:
- Whether a user is following a playlist or not.
- Throws:
IOException- In case of networking issues.SpotifyWebApiException- The Web API returned an error further specified in this exception's root cause.
-
-