Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
Packages that use CurrentlyPlaying.Builder
- 
Uses of CurrentlyPlaying.Builder in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return CurrentlyPlaying.BuilderModifier and TypeMethodDescriptionCurrentlyPlaying.builder()CurrentlyPlaying.Builder.setActions(Actions actions) The actions setter.CurrentlyPlaying.Builder.setContext(Context context) The playing context setter.CurrentlyPlaying.Builder.setCurrentlyPlayingType(CurrentlyPlayingType currentlyPlayingType) The currently playing type setter.CurrentlyPlaying.Builder.setIs_playing(Boolean is_playing) The playing state setter.CurrentlyPlaying.Builder.setItem(IPlaylistItem item) The currently playing item setter.CurrentlyPlaying.Builder.setProgress_ms(Integer progress_ms) The current track progress setter.CurrentlyPlaying.Builder.setTimestamp(Long timestamp) The timestamp setter.