IRequestpublic class GetListOfCategoriesRequest extends AbstractDataRequest
| Modifier and Type | Class | Description |
|---|---|---|
static class |
GetListOfCategoriesRequest.Builder |
Builder class for building a
GetListOfCategoriesRequest. |
| Modifier and Type | Method | Description |
|---|---|---|
Paging<Category> |
execute() |
Get a paging of
Category objects. |
bodyParametersToJson, deleteJson, executeAsync, getBody, getBodyParameters, getContentType, getHeaders, getHttpManager, getJson, getUri, initializeBody, postJson, putJsonpublic Paging<Category> execute() throws IOException, SpotifyWebApiException
Category objects.Category paging.IOException - In case of networking issues.SpotifyWebApiException - The Web API returned an error further specified in this exception's root cause.Copyright © 2019. All rights reserved.