public interface Attachments
RestClient, use an object that implements this interface.
Some implementations can be found in package org.eclipse.smila.http.client.attachments.
See HttpMime Javadoc for
details on the underlying Apache HttpClient classes used to implement requests with attachments.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MIMETYPE_ATTACHMENT
MIME type of attachments.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,ContentBody> |
getAttachmentParts()
Get attachments parts to add to a multipart request.
|
static final java.lang.String MIMETYPE_ATTACHMENT
java.util.Map<java.lang.String,ContentBody> getAttachmentParts()