public static interface FormData.FormValue
Modifier and Type | Method and Description |
---|---|
File |
getFile()
Deprecated.
|
FormData.FileItem |
getFileItem() |
String |
getFileName() |
HeaderMap |
getHeaders() |
Path |
getPath()
Deprecated.
|
String |
getValue() |
boolean |
isFile()
Deprecated.
|
boolean |
isFileItem() |
String getValue()
IllegalStateException
- If this is not a simple string value@Deprecated boolean isFile()
@Deprecated Path getPath()
IllegalStateException
- if this is not a file@Deprecated File getFile()
FormData.FileItem getFileItem()
boolean isFileItem()
String getFileName()
HeaderMap getHeaders()
Copyright © 2020 JBoss by Red Hat. All rights reserved.