Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
-
Uses of CurrentlyPlayingContext.Builder in se.michaelthelin.spotify.model_objects.miscellaneous
Modifier and TypeMethodDescriptionCurrentlyPlayingContext.builder()
CurrentlyPlayingContext.Builder.setActions
(Actions actions) The actions setter.CurrentlyPlayingContext.Builder.setContext
(Context context) The playing context setter.CurrentlyPlayingContext.Builder.setCurrentlyPlayingType
(CurrentlyPlayingType currentlyPlayingType) The currently playing type setter.The active device setter.CurrentlyPlayingContext.Builder.setIs_playing
(Boolean is_playing) The playing state setter.CurrentlyPlayingContext.Builder.setItem
(IPlaylistItem item) The currently playing item setter.CurrentlyPlayingContext.Builder.setProgress_ms
(Integer progress_ms) The item progress setter.CurrentlyPlayingContext.Builder.setRepeat_state
(String repeat_state) The repeat state setter.CurrentlyPlayingContext.Builder.setShuffle_state
(Boolean shuffle_state) The shuffle state setter.CurrentlyPlayingContext.Builder.setTimestamp
(Long timestamp) The timestamp setter.