Package io.inversion
Class Upload
java.lang.Object
io.inversion.Upload
-
Constructor Summary
ConstructorsConstructorDescriptionUpload(String partName, String fileName, long fileSize, String mimeType, InputStream inputStream) -
Method Summary
Modifier and TypeMethodDescriptionlongwithFileName(String fileName) withFileSize(long fileSize) withInputStream(InputStream inputStream) withMimeType(String mimeType) withPartName(String partName)
-
Constructor Details
-
Upload
public Upload(String partName, String fileName, long fileSize, String mimeType, InputStream inputStream)
-
-
Method Details
-
getPartName
-
withPartName
-
getFileName
-
withFileName
-
getFileSize
public long getFileSize() -
withFileSize
-
getMimeType
-
withMimeType
-
getInputStream
-
withInputStream
-