IRequest.Builderpublic static final class GetSeveralAlbumsRequest.Builder extends AbstractDataRequest.Builder<GetSeveralAlbumsRequest.Builder>
GetSeveralAlbumsRequest.| Constructor | Description |
|---|---|
Builder(String accessToken) |
Create a new
GetSeveralAlbumsRequest.Builder instance. |
| Modifier and Type | Method | Description |
|---|---|---|
GetSeveralAlbumsRequest |
build() |
The request build method.
|
GetSeveralAlbumsRequest.Builder |
ids(String ids) |
The IDs query parameter setter.
|
GetSeveralAlbumsRequest.Builder |
market(com.neovisionaries.i18n.CountryCode market) |
The market query parameter setter.
|
setBody, setBodyParameter, setContentType, setDefaults, setHeader, setHost, setHttpManager, setPath, setPathParameter, setPort, setQueryParameter, setSchemepublic Builder(String accessToken)
GetSeveralAlbumsRequest.Builder instance.accessToken - Required. A valid access token from the Spotify Accounts service.public GetSeveralAlbumsRequest.Builder ids(String ids)
ids - Required. A comma-separated list of the Spotify IDs for the albums. Maximum: 20 IDs.GetSeveralAlbumsRequest.Builder.public GetSeveralAlbumsRequest.Builder market(com.neovisionaries.i18n.CountryCode market)
market - Optional. An ISO 3166-1 alpha-2 country code. Provide this parameter if you want to apply Track
Relinking.GetSeveralAlbumsRequest.Builder.public GetSeveralAlbumsRequest build()
GetSeveralAlbumsRequest.Copyright © 2019. All rights reserved.