public interface MultipartForm
| Modifier and Type | Method and Description |
|---|---|
FilePart |
getFilePart(String field)
Get the first file part for the given field name
|
Collection<FilePart> |
getFileParts(String field)
Get the first file parts for the given field name
|
FilePart getFilePart(String field)
field - The field nameCollection<FilePart> getFileParts(String field)
field - The field nameCopyright © 2016 Atlassian. All rights reserved.