public class UploadOptions extends Object
| Constructor and Description |
|---|
UploadOptions(String url,
double maxFileSize,
Supplier<List<Integer>> successCodesProvider) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMaxFileSize() |
Supplier<List<Integer>> |
getSuccessCodesProvider() |
String |
getUrl() |
Copyright © 2019–2022 Dominokit. All rights reserved.