public class MultipartWrapper extends Object implements io.apimatic.coreinterfaces.http.request.Multipart
| Constructor and Description |
|---|
MultipartWrapper(String serializedObj,
io.apimatic.coreinterfaces.http.HttpHeaders headers)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getByteArray()
Getter for bytes.
|
io.apimatic.coreinterfaces.http.HttpHeaders |
getHeaders()
Getter for headers.
|
public MultipartWrapper(String serializedObj, io.apimatic.coreinterfaces.http.HttpHeaders headers)
serializedObj - Serialized string of object to be wrapped.headers - Headers for wrapping.public byte[] getByteArray()
getByteArray in interface io.apimatic.coreinterfaces.http.request.Multipartpublic io.apimatic.coreinterfaces.http.HttpHeaders getHeaders()
getHeaders in interface io.apimatic.coreinterfaces.http.request.MultipartCopyright © 2025. All rights reserved.