public class RequestFilePart extends Object
| Constructor and Description |
|---|
RequestFilePart(File file,
String parameterName) |
RequestFilePart(String contentType,
String fileName,
File file,
String parameterName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
File |
getFile() |
String |
getFileName() |
String |
getParameterName() |
Copyright © 2018 Atlassian. All rights reserved.