Package de.xima.fc.inbox.model.messages
Class UploadResponseViewModel
- java.lang.Object
-
- de.xima.fc.inbox.model.messages.UploadResponseViewModel
-
- All Implemented Interfaces:
Serializable
public class UploadResponseViewModel extends Object implements Serializable
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<UploadResponseViewModel>
forUploadRequest(FormRecordMessageUploadRequest uploadRequest)
Attachment
getAttachment()
String
getFileName()
String
getFileSize(Locale locale)
String
toString()
-
-
-
Method Detail
-
forUploadRequest
public static List<UploadResponseViewModel> forUploadRequest(FormRecordMessageUploadRequest uploadRequest)
-
getAttachment
public Attachment getAttachment()
-
getFileName
public String getFileName()
-
-