public class PostBody extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.squareup.okhttp.RequestBody |
form(String firstParameterName,
Object firstParameterValue,
Object... parameterNameValuePairs) |
static com.squareup.okhttp.RequestBody |
json(String body) |
static com.squareup.okhttp.RequestBody |
none() |
Copyright © 2014. All Rights Reserved.