public class Upload extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Upload.UploadBuilder |
| Constructor and Description |
|---|
Upload() |
| Modifier and Type | Method and Description |
|---|---|
static Upload.UploadBuilder |
theClasspathResource(String resourcePath) |
static Upload.UploadBuilder |
theFile(Path fileToUpload) |
public static Upload.UploadBuilder theFile(Path fileToUpload)
public static Upload.UploadBuilder theClasspathResource(String resourcePath) throws URISyntaxException
URISyntaxExceptionCopyright © 2023. All rights reserved.