public static class FilesManager.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 |
|---|---|
FilesManager.Builder |
auth(Authentication auth) |
FilesManager |
build() |
FilesManager.Builder |
networkSession(NetworkSession networkSession) |
protected Authentication auth
protected NetworkSession networkSession
public Builder()
public FilesManager.Builder auth(Authentication auth)
public FilesManager.Builder networkSession(NetworkSession networkSession)
public FilesManager build()