public static class NameValuePair.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NameValuePair |
build() |
NameValuePair.Builder |
copy(NameValuePair model) |
NameValuePair.Builder |
name(String name)
The name of the property entry.
|
NameValuePair.Builder |
value(String value)
The value of the property entry.
|
public NameValuePair.Builder name(String name)
The name of the property entry.
name
- the value to setpublic NameValuePair.Builder value(String value)
The value of the property entry.
value
- the value to setpublic NameValuePair build()
public NameValuePair.Builder copy(NameValuePair model)
Copyright © 2016–2024. All rights reserved.