public class FormParam extends Object
FormParam
append(String formParamName, List<String> formParams)
append(String formParamName, String... formParams)
static FormParam
build()
javax.ws.rs.core.Form
toForm()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static FormParam build()
public FormParam append(String formParamName, String... formParams)
public FormParam append(String formParamName, List<String> formParams)
public javax.ws.rs.core.Form toForm()
public String toString()
toString
Object
Copyright © 2017. All rights reserved.