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 IAttachmentIMultipartBody. getAttachment(java.lang.String contentId)Retrieve IAttachment in the IMultipartBody implementation object according to the contentId.IAttachmentIMultipartBody. 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.
-