public static class GetDownloadFileUrlQueryParams.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessToken |
protected String |
version |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetDownloadFileUrlQueryParams.Builder |
accessToken(String accessToken) |
GetDownloadFileUrlQueryParams |
build() |
GetDownloadFileUrlQueryParams.Builder |
version(String version) |
protected String accessToken
public Builder()
public GetDownloadFileUrlQueryParams.Builder version(String version)
public GetDownloadFileUrlQueryParams.Builder accessToken(String accessToken)
public GetDownloadFileUrlQueryParams build()