public class FormBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TYPE |
| Constructor and Description |
|---|
FormBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FormBuilder |
appendQueryParameter(String key,
String value) |
String |
build() |
public static final String CONTENT_TYPE
public FormBuilder appendQueryParameter(String key, String value)
public String build() throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2016–2021. All rights reserved.