|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.relution.net.RequestQueryFields
public class RequestQueryFields
| Constructor Summary | |
|---|---|
RequestQueryFields()
|
|
| Method Summary | |
|---|---|
void |
add(String name,
String value)
adding key/value pair to an list which will be switched to an Query which could be append to an URL. |
void |
clear()
clear all instance variables. |
String |
getCharset()
Gets the character set used when encoding strings. |
void |
remove(String name)
|
void |
setCharset(String charsetName)
Specifies the character set to use when encoding strings. |
int |
size()
|
String |
toString()
Switch the key/value Parameter of and list to an Query which could append to an URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RequestQueryFields()
| Method Detail |
|---|
public String getCharset()
public void setCharset(String charsetName)
throws UnsupportedEncodingException
charsetName - The name of the character set to use.
IllegalCharsetNameException - if the specified name is illegal.
UnsupportedEncodingException - if the specified character set is unsupported.
public void add(String name,
String value)
name - key of the parameter.value - value of the parameter.public void remove(String name)
name - value to be removed from the List that could switched to an Query.public void clear()
public int size()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||