public interface IMultipartBody
Modifier and Type | Method and Description |
---|---|
java.util.List<IAttachment> |
getAllAttachments()
Retrieve all IAttachment in the IMultipartBody implementation object.
|
IAttachment |
getAttachment(java.lang.String contentId)
Retrieve IAttachment in the IMultipartBody implementation object according to the contentId.
|
java.util.List<IAttachment> |
getChildAttachments()
Retrieve all child IAttachment in the IMultipartBody implementation object.
|
IAttachment |
getRootAttachment()
Retrieve the root IAttachment in the IMultipartBody implementation object.
|
javax.ws.rs.core.MediaType |
getType()
Retrieve MediaType for the IMultipartBody implementation object.
|
javax.ws.rs.core.MediaType getType()
java.util.List<IAttachment> getAllAttachments()
java.util.List<IAttachment> getChildAttachments()
IAttachment getRootAttachment()
IAttachment getAttachment(java.lang.String contentId)
content-id
- value in header