Package org.apache.fineract.client.util
Class Parts
java.lang.Object
org.apache.fineract.client.util.Parts
Convenience Factory for
MultipartBody.Part (including RequestBody).
MultipartBody.Part is the argument of operations for binary uploads like
DocumentsApiFixed.createDocument(String, Long, Part, String, String),
DocumentsApiFixed.updateDocument(String, Long, Long, Part, String, String) and
ImagesApi.create(String, Long, Part) and ImagesApi.update(String, Long, Part).-
Method Summary
-
Method Details
-
fromFile
-
fromBytes
-
fileName
-