Uses of Interface
com.ibm.websphere.jaxrs20.multipart.IAttachment
-
Uses of IAttachment in com.ibm.websphere.jaxrs20.multipart
Modifier and TypeMethodDescriptionAttachmentBuilder.build()
Build an instance of anIAttachment
using the properties specified on this builder.IMultipartBody.getAttachment
(String contentId) Retrieve IAttachment in the IMultipartBody implementation object according to the contentId.IMultipartBody.getRootAttachment()
Retrieve the root IAttachment in the IMultipartBody implementation object.Modifier and TypeMethodDescriptionIMultipartBody.getAllAttachments()
Retrieve all IAttachment in the IMultipartBody implementation object.IMultipartBody.getChildAttachments()
Retrieve all child IAttachment in the IMultipartBody implementation object.