Uses of Class
com.wrapper.spotify.model_objects.specification.Context
-
Packages that use Context Package Description com.wrapper.spotify.model_objects.miscellaneous com.wrapper.spotify.model_objects.specification -
-
Uses of Context in com.wrapper.spotify.model_objects.miscellaneous
Methods in com.wrapper.spotify.model_objects.miscellaneous that return Context Modifier and Type Method Description ContextCurrentlyPlaying. getContext()Get the context the track was played from.ContextCurrentlyPlayingContext. getContext()Get the context from where the currently playing track is played from.Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification
Methods in com.wrapper.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 com.wrapper.spotify.model_objects.specification with parameters of type Context Modifier and Type Method Description PlayHistory.BuilderPlayHistory.Builder. setContext(Context context)The context setter.
-