Uses of Interface
com.ibm.websphere.jaxrs20.multipart.IAttachment
Packages that use IAttachment
Package
Description
Copyright (c) 2021 IBM Corporation and others.
-
Uses of IAttachment in com.ibm.websphere.jaxrs20.multipart
Methods in com.ibm.websphere.jaxrs20.multipart that return IAttachmentModifier 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.Methods in com.ibm.websphere.jaxrs20.multipart that return types with arguments of type IAttachmentModifier and TypeMethodDescriptionIMultipartBody.getAllAttachments()
Retrieve all IAttachment in the IMultipartBody implementation object.IMultipartBody.getChildAttachments()
Retrieve all child IAttachment in the IMultipartBody implementation object.