Uses of Class
se.michaelthelin.spotify.model_objects.miscellaneous.CurrentlyPlayingContext.Builder
Packages that use CurrentlyPlayingContext.Builder
-
Uses of CurrentlyPlayingContext.Builder in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return CurrentlyPlayingContext.BuilderModifier and TypeMethodDescriptionCurrentlyPlayingContext.builder()CurrentlyPlayingContext.Builder.setActions(Actions actions) CurrentlyPlayingContext.Builder.setContext(Context context) CurrentlyPlayingContext.Builder.setCurrentlyPlayingType(CurrentlyPlayingType currentlyPlayingType) CurrentlyPlayingContext.Builder.setIs_playing(Boolean is_playing) CurrentlyPlayingContext.Builder.setItem(IPlaylistItem item) CurrentlyPlayingContext.Builder.setProgress_ms(Integer progress_ms) CurrentlyPlayingContext.Builder.setRepeat_state(String repeat_state) CurrentlyPlayingContext.Builder.setShuffle_state(Boolean shuffle_state) CurrentlyPlayingContext.Builder.setSmart_shuffle(Boolean smart_shuffle) CurrentlyPlayingContext.Builder.setTimestamp(Long timestamp)