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