Modifier and Type | Method and Description |
---|---|
MultipartBuilder |
MultipartBuilder.addFormDataPart(String name,
String filename,
com.squareup.okhttp.RequestBody value)
Add a form data part to the body.
|
MultipartBuilder |
MultipartBuilder.addPart(com.squareup.okhttp.Headers headers,
com.squareup.okhttp.RequestBody body)
Add a part to the body.
|
MultipartBuilder |
MultipartBuilder.type(com.squareup.okhttp.MediaType type) |
Copyright © 2004-2014. All Rights Reserved.