Uses of Class
de.xima.fc.mdl.request.AttachmentData
-
Packages that use AttachmentData Package Description de.xima.fc.mdl.request -
-
Uses of AttachmentData in de.xima.fc.mdl.request
Methods in de.xima.fc.mdl.request that return types with arguments of type AttachmentData Modifier and Type Method Description HashMap<String,List<AttachmentData>>
UploadParameters. getAttachmentsMap()
Methods in de.xima.fc.mdl.request with parameters of type AttachmentData Modifier and Type Method Description void
ParameterWrapper. registerAttachment(String name, AttachmentData data)
Method parameters in de.xima.fc.mdl.request with type arguments of type AttachmentData Modifier and Type Method Description void
UploadParameters. setAttachmentsMap(HashMap<String,List<AttachmentData>> attachmentsMap)
-