Class NameValuePair
java.lang.Object
org.eclipse.rdf4j.http.client.spi.NameValuePair
A simple name/value pair.
-
Method Summary
-
Method Details
-
of
Creates a newNameValuePairwith the given name and value.- Parameters:
name- the name; must not benullvalue- the value; must not benull- Returns:
- a new
NameValuePair
-
getName
-
getValue
-
toString
-