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