Uses of Class
com.wrapper.spotify.model_objects.miscellaneous.Device
-
Packages that use Device Package Description com.wrapper.spotify.model_objects.miscellaneous com.wrapper.spotify.requests.data.player -
-
Uses of Device in com.wrapper.spotify.model_objects.miscellaneous
Methods in com.wrapper.spotify.model_objects.miscellaneous that return Device Modifier and Type Method Description DeviceDevice.Builder. build()DeviceDevice.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)DeviceCurrentlyPlayingContext. getDevice()Get the currently active device.Methods in com.wrapper.spotify.model_objects.miscellaneous with parameters of type Device Modifier and Type Method Description CurrentlyPlayingContext.BuilderCurrentlyPlayingContext.Builder. setDevice(Device device)The active device setter. -
Uses of Device in com.wrapper.spotify.requests.data.player
Methods in com.wrapper.spotify.requests.data.player that return Device Modifier and Type Method Description Device[]GetUsersAvailableDevicesRequest. execute()Get an user's available devices.
-