Uses of Interface
com.wrapper.spotify.requests.data.IPagingRequestBuilder
-
-
-
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data
Classes in com.wrapper.spotify.requests.data that implement IPagingRequestBuilder Modifier and Type Class Description static classAbstractDataPagingRequest.Builder<T,BT extends AbstractDataPagingRequest.Builder<T,?>> -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.albums
Classes in com.wrapper.spotify.requests.data.albums that implement IPagingRequestBuilder Modifier and Type Class Description static classGetAlbumsTracksRequest.BuilderBuilder class for building aGetAlbumsTracksRequest. -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.artists
Classes in com.wrapper.spotify.requests.data.artists that implement IPagingRequestBuilder Modifier and Type Class Description static classGetArtistsAlbumsRequest.BuilderBuilder class for building aGetArtistsAlbumsRequest. -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.browse
Classes in com.wrapper.spotify.requests.data.browse that implement IPagingRequestBuilder Modifier and Type Class Description static classGetCategoriesPlaylistsRequest.BuilderBuilder class for building aGetCategoriesPlaylistsRequest.static classGetListOfCategoriesRequest.BuilderBuilder class for building aGetListOfCategoriesRequest.static classGetListOfNewReleasesRequest.BuilderBuilder class for building aGetListOfNewReleasesRequest. -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.library
Classes in com.wrapper.spotify.requests.data.library that implement IPagingRequestBuilder Modifier and Type Class Description static classGetCurrentUsersSavedAlbumsRequest.BuilderBuilder class for building aGetCurrentUsersSavedAlbumsRequest.static classGetUsersSavedTracksRequest.BuilderBuilder class for building aGetUsersSavedTracksRequest. -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.personalization
Classes in com.wrapper.spotify.requests.data.personalization that implement IPagingRequestBuilder Modifier and Type Class Description static classGetUsersTopArtistsAndTracksRequest.Builder<T extends IArtistTrackModelObject>Builder class for building aGetUsersTopArtistsAndTracksRequest. -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.personalization.simplified
Classes in com.wrapper.spotify.requests.data.personalization.simplified that implement IPagingRequestBuilder Modifier and Type Class Description static classGetUsersTopArtistsRequest.BuilderBuilder class for building aGetUsersTopArtistsRequest.static classGetUsersTopTracksRequest.BuilderBuilder class for building aGetUsersTopTracksRequest. -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.playlists
Classes in com.wrapper.spotify.requests.data.playlists that implement IPagingRequestBuilder Modifier and Type Class Description static classGetListOfCurrentUsersPlaylistsRequest.BuilderBuilder class for building aGetListOfCurrentUsersPlaylistsRequeststatic classGetListOfUsersPlaylistsRequest.BuilderBuilder class for building aGetListOfUsersPlaylistsRequest.static classGetPlaylistsTracksRequest.BuilderBuilder class for building aGetPlaylistsTracksRequest. -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.search.simplified
Classes in com.wrapper.spotify.requests.data.search.simplified that implement IPagingRequestBuilder Modifier and Type Class Description static classSearchAlbumsRequest.BuilderBuilder class for building aSearchAlbumsRequest.static classSearchArtistsRequest.BuilderBuilder class for building aSearchArtistsRequest.static classSearchPlaylistsRequest.BuilderBuilder class for building aSearchPlaylistsRequest.static classSearchTracksRequest.BuilderBuilder class for building aSearchTracksRequest. -
Uses of IPagingRequestBuilder in com.wrapper.spotify.requests.data.search.simplified.special
Classes in com.wrapper.spotify.requests.data.search.simplified.special that implement IPagingRequestBuilder Modifier and Type Class Description static classSearchAlbumsSpecialRequest.BuilderBuilder class for building aSearchAlbumsSpecialRequest.
-