public static class Http.MultipartFormData.FilePart<A> extends Object implements Http.MultipartFormData.Part<A>
| Constructor and Description |
|---|
FilePart(String key,
String filename,
String contentType,
A file) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
The file Content-Type
|
A |
getFile()
The File.
|
String |
getFilename()
The file name.
|
String |
getKey()
The part name.
|
public String getKey()
public String getFilename()
public String getContentType()
public A getFile()