Uses of Class
com.couchbase.client.java.cluster.api.Form
-
Packages that use Form Package Description com.couchbase.client.java.cluster.api -
-
Uses of Form in com.couchbase.client.java.cluster.api
Methods in com.couchbase.client.java.cluster.api that return Form Modifier and Type Method Description Form
Form. add(String paramName, String paramValue)
Add a parameter entry to theForm
.static Form
Form. create()
Create an emptyForm
.Methods in com.couchbase.client.java.cluster.api with parameters of type Form Modifier and Type Method Description AsyncRestBuilder
AsyncRestBuilder. bodyForm(Form form)
Sets the body for the request to be an url-encoded form.RestBuilder
RestBuilder. bodyForm(Form form)
Sets the body for the request to be an url-encoded form.
-