Uses of Class
com.wrapper.spotify.model_objects.miscellaneous.CurrentlyPlaying.Builder
-
Packages that use CurrentlyPlaying.Builder Package Description com.wrapper.spotify.model_objects.miscellaneous -
-
Uses of CurrentlyPlaying.Builder in com.wrapper.spotify.model_objects.miscellaneous
Methods in com.wrapper.spotify.model_objects.miscellaneous that return CurrentlyPlaying.Builder Modifier and Type Method Description CurrentlyPlaying.BuilderCurrentlyPlaying. builder()CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setContext(Context context)The playing context setter.CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setIs_playing(Boolean is_playing)The playing state setter.CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setItem(Track item)The currently playing track setter.CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setProgress_ms(Integer progress_ms)The current track progress setter.CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setTimestamp(Long timestamp)The timestamp setter.
-