public interface MultiPartBody extends ParameterCollection
Modifier and Type | Method and Description |
---|---|
String[] |
getFileParameterNames() |
FormFile[] |
getFormFileParameterValues(String name) |
String[] |
getParameterNames() |
String[] |
getTextParameterNames() |
String[] |
getTextParameterValues(String name) |
getParameteValues
String[] getFileParameterNames()
FormFile[] getFormFileParameterValues(String name)
name
- the name of the parameterString[] getParameterNames()
getParameterNames
in interface ParameterCollection
String[] getTextParameterNames()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.