Uses of Interface
com.ibm.websphere.jaxrs20.multipart.IAttachment
-
Packages that use IAttachment Package Description com.ibm.websphere.jaxrs20.multipart -
-
Uses of IAttachment in com.ibm.websphere.jaxrs20.multipart
Methods in com.ibm.websphere.jaxrs20.multipart that return IAttachment Modifier and Type Method Description IAttachment
AttachmentBuilder. build()
Build an instance of anIAttachment
using the properties specified on this builder.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.Methods in com.ibm.websphere.jaxrs20.multipart that return types with arguments of type IAttachment Modifier and Type Method 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.
-