Uses of Class
se.michaelthelin.spotify.model_objects.specification.Context
-
Packages that use Context Package Description se.michaelthelin.spotify.model_objects.miscellaneous se.michaelthelin.spotify.model_objects.specification -
-
Uses of Context in se.michaelthelin.spotify.model_objects.miscellaneous
Methods in se.michaelthelin.spotify.model_objects.miscellaneous that return Context Modifier and Type Method Description ContextCurrentlyPlaying. getContext()Get the context the item was played from.ContextCurrentlyPlayingContext. getContext()Get the context from where the currently playing item is played from.Methods in se.michaelthelin.spotify.model_objects.miscellaneous with parameters of type Context Modifier and Type Method Description CurrentlyPlaying.BuilderCurrentlyPlaying.Builder. setContext(Context context)The playing context setter.CurrentlyPlayingContext.BuilderCurrentlyPlayingContext.Builder. setContext(Context context)The playing context setter. -
Uses of Context in se.michaelthelin.spotify.model_objects.specification
Methods in se.michaelthelin.spotify.model_objects.specification that return Context Modifier and Type Method Description ContextContext.Builder. build()ContextContext.JsonUtil. createModelObject(com.google.gson.JsonObject jsonObject)ContextPlayHistory. getContext()Get the context the track was played from.Methods in se.michaelthelin.spotify.model_objects.specification with parameters of type Context Modifier and Type Method Description PlayHistory.BuilderPlayHistory.Builder. setContext(Context context)The context setter.
-