Class CheckUsersFollowPlaylistRequest
- java.lang.Object
-
- com.wrapper.spotify.requests.AbstractRequest<T>
-
- com.wrapper.spotify.requests.data.AbstractDataRequest<java.lang.Boolean[]>
-
- com.wrapper.spotify.requests.data.follow.CheckUsersFollowPlaylistRequest
-
- All Implemented Interfaces:
IRequest<java.lang.Boolean[]>
public class CheckUsersFollowPlaylistRequest extends AbstractDataRequest<java.lang.Boolean[]>
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
Modifier and Type Method Description java.lang.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 java.lang.Boolean[] execute() throws java.io.IOException, SpotifyWebApiExceptionCheck whether a user is following a playlist or not.- Returns:
- Whether a user is following a playlist or not.
- Throws:
java.io.IOException- In case of networking issues.SpotifyWebApiException- The Web API returned an error further specified in this exception's root cause.
-
-