public class MultipartJobConfigurationRequest extends Object
| Constructor and Description |
|---|
MultipartJobConfigurationRequest() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.multipart.MultipartFile |
getFile() |
JobConfigurationRequest |
getJobConfigurationRequest()
Extract the relevant data from the multipart and generate a new request.
|
void |
setFile(org.springframework.web.multipart.MultipartFile file) |
public void setFile(org.springframework.web.multipart.MultipartFile file)
file - the file to setpublic org.springframework.web.multipart.MultipartFile getFile()
public JobConfigurationRequest getJobConfigurationRequest()
JobConfigurationRequestCopyright © 2015. All rights reserved.