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
-
-
Constructor Summary
Constructors Constructor Description UploadResponseViewModel(String fileName, String fileSize, Attachment attachment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<UploadResponseViewModel>
createUploadResponseViewModel(FormRecordMessageUploadRequest uploadRequest)
Attachment
getAttachment()
String
getFileName()
String
getFileSize()
-
-
-
Constructor Detail
-
UploadResponseViewModel
public UploadResponseViewModel(String fileName, String fileSize, Attachment attachment)
-
-
Method Detail
-
getAttachment
public Attachment getAttachment()
-
getFileSize
public String getFileSize()
-
getFileName
public String getFileName()
-
createUploadResponseViewModel
public static List<UploadResponseViewModel> createUploadResponseViewModel(FormRecordMessageUploadRequest uploadRequest)
-
-