public class MultipartItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MultipartItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
contentType
Content type of the part
|
JsonNode |
data
Data of the part
|
String |
fileName
File name of the part
|
InputStream |
fileStream
File stream of the part
|
String |
partName
Name of the part
|
| Modifier | Constructor and Description |
|---|---|
protected |
MultipartItem(MultipartItem.Builder builder) |
|
MultipartItem(String partName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
JsonNode |
getData() |
String |
getFileName() |
InputStream |
getFileStream() |
String |
getPartName() |
public JsonNode data
public InputStream fileStream
public String contentType
public MultipartItem(String partName)
protected MultipartItem(MultipartItem.Builder builder)
public String getPartName()
public JsonNode getData()
public InputStream getFileStream()
public String getFileName()
public String getContentType()