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 ref) |
FilePart(String key,
String filename,
String contentType,
A ref,
long fileSize) |
FilePart(String key,
String filename,
String contentType,
A ref,
long fileSize,
String dispositionType) |
Modifier and Type | Method and Description |
---|---|
String |
getContentType() |
String |
getDispositionType() |
String |
getFilename() |
long |
getFileSize() |
String |
getKey() |
A |
getRef()
The File.
|
public String getKey()
public String getFilename()
public String getContentType()
public A getRef()
public String getDispositionType()
public long getFileSize()