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(java.lang.Boolean is_playing)The playing state setter.CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setItem(Track item)The currently playing track setter.CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setProgress_ms(java.lang.Integer progress_ms)The current track progress setter.CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setTimestamp(java.lang.Long timestamp)The timestamp setter.
-