public static interface FormData.FormValue
Modifier and Type | Method | Description |
---|---|---|
File |
getFile() |
Deprecated.
|
String |
getFileName() |
|
HeaderMap |
getHeaders() |
|
Path |
getPath() |
|
String |
getValue() |
|
boolean |
isFile() |
Returns true if this is a file and not a simple string
|
String getValue()
IllegalStateException
- If this is not a simple string valueboolean isFile()
Path getPath()
IllegalStateException
- if this is not a file@Deprecated File getFile()
String getFileName()
HeaderMap getHeaders()
Copyright © 2018. All rights reserved.