public class NameValuePair extends Object
Used for specifying repeated query parameters / form properties.
| Constructor and Description |
|---|
NameValuePair(String name,
Object value)
The name and value MUST NOT already be URL-encoded; they will be encoded automatically.
|
| Modifier and Type | Method and Description |
|---|---|
static NameValuePair |
nv(String name,
Object value)
Static factory method with a concise name suitable for static import.
|
String |
toString() |
public static NameValuePair nv(String name, Object value)
Copyright © 2024 Couchbase, Inc.. All rights reserved.