public class ParameterBody extends BodyWithContentType<List<Parameter>>
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.net.MediaType |
DEFAULT_CONTENT_TYPE |
contentTypelogger| Constructor and Description |
|---|
ParameterBody(List<Parameter> parameters) |
ParameterBody(Parameter... parameters) |
| Modifier and Type | Method and Description |
|---|---|
List<Parameter> |
getValue() |
static ParameterBody |
params(List<Parameter> parameters) |
static ParameterBody |
params(Parameter... parameters) |
String |
toString() |
getCharset, getContentTypegetRawBytes, getTypeaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCodepublic static final com.google.common.net.MediaType DEFAULT_CONTENT_TYPE
public ParameterBody(Parameter... parameters)
public static ParameterBody params(Parameter... parameters)
public static ParameterBody params(List<Parameter> parameters)
public String toString()
toString in class ObjectWithJsonToStringCopyright © 2018. All rights reserved.