| Package | Description |
|---|---|
| okhttp3 |
| Modifier and Type | Method and Description |
|---|---|
MultipartBody |
MultipartBody.Builder.addFormDataPart(String
Add a form data part to the body.
|
MultipartBody |
MultipartBody.Builder.addFormDataPart(String
Add a form data part to the body.
|
MultipartBody |
MultipartBody.Builder.addPart(Headers
Add a part to the body.
|
MultipartBody |
MultipartBody.Builder.addPart(MultipartBody
Add a part to the body.
|
MultipartBody |
MultipartBody.Builder.addPart(RequestBody
Add a part to the body.
|
MultipartBody |
MultipartBody.Builder.setType(MediaType
Set the MIME type.
|