Package | Description |
---|---|
com.ibm.websphere.jaxrs20.multipart |
Modifier and Type | Method and Description |
---|---|
IAttachment |
IMultipartBody.getAttachment(java.lang.String contentId)
Retrieve IAttachment in the IMultipartBody implementation object according to the contentId.
|
IAttachment |
IMultipartBody.getRootAttachment()
Retrieve the root IAttachment in the IMultipartBody implementation object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IAttachment> |
IMultipartBody.getAllAttachments()
Retrieve all IAttachment in the IMultipartBody implementation object.
|
java.util.List<IAttachment> |
IMultipartBody.getChildAttachments()
Retrieve all child IAttachment in the IMultipartBody implementation object.
|