public class DownloadFileQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DownloadFileQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
accessToken
An optional access token that can be used to pre-authenticate this request, which means that a
download link can be shared with a browser or a third party service without them needing to
know how to handle the authentication.
|
String |
version
The file version to download.
|
| Modifier | Constructor and Description |
|---|---|
|
DownloadFileQueryParams() |
protected |
DownloadFileQueryParams(DownloadFileQueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessToken() |
String |
getVersion() |
public String accessToken
public DownloadFileQueryParams()
protected DownloadFileQueryParams(DownloadFileQueryParams.Builder builder)
public String getVersion()
public String getAccessToken()