Class GetUsersAvailableDevicesRequest
- java.lang.Object
-
- de.sonallux.spotify.api.apis.player.GetUsersAvailableDevicesRequest
-
public class GetUsersAvailableDevicesRequest extends Object
Get a User's Available Devices requestRequired OAuth scopes
user-read-playback-stateResponse
A successful request will return a
200 OKresponse code with a json payload that contains the device objects (see below). When no available devices are found, the request will return a 200 OK response with an empty devices list.
-
-
Constructor Summary
Constructors Constructor Description GetUsersAvailableDevicesRequest(ApiClient apiClient)Get a User's Available Devices request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiCall<Devices>build()Build the request into an executable call
-