public static class DownloadsManager.Builder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Authentication |
auth |
protected NetworkSession |
networkSession |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DownloadsManager.Builder |
auth(Authentication auth) |
DownloadsManager |
build() |
DownloadsManager.Builder |
networkSession(NetworkSession networkSession) |
protected Authentication auth
protected NetworkSession networkSession
public Builder()
public DownloadsManager.Builder auth(Authentication auth)
public DownloadsManager.Builder networkSession(NetworkSession networkSession)
public DownloadsManager build()