com.wrapper.spotify.model_objects.special.SearchResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotify-web-api-java Show documentation
Show all versions of spotify-web-api-java Show documentation
A Java client for Spotify's Web API
package com.wrapper.spotify.model_objects.special;
import com.google.gson.JsonObject;
import com.wrapper.spotify.model_objects.AbstractModelObject;
import com.wrapper.spotify.model_objects.specification.*;
import com.wrapper.spotify.requests.data.personalization.interfaces.IArtistTrackModelObject;
import com.wrapper.spotify.requests.data.search.interfaces.ISearchModelObject;
/**
* Retrieve information about
* Search Result objects by building instances from this class.
*/
public class SearchResult extends AbstractModelObject implements IArtistTrackModelObject, ISearchModelObject {
private final Paging albums;
private final Paging artists;
private final Paging playlists;
private final Paging
© 2015 - 2025 Weber Informatics LLC | Privacy Policy