Class AvatarAttachment
- java.lang.Object
-
- org.exoplatform.social.core.model.Attachment
-
- org.exoplatform.social.core.model.AvatarAttachment
-
public class AvatarAttachment extends Attachment
-
-
Constructor Summary
Constructors Constructor Description AvatarAttachment()AvatarAttachment(String id, String fileName, String mimeType, InputStream inputStream, long lastModified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttachmentType()-
Methods inherited from class org.exoplatform.social.core.model.Attachment
getFileName, getId, getImageBytes, getLastModified, getMimeType, getSize, setFileName, setId, setInputStream, setLastModified, setMimeType
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AvatarAttachment
public AvatarAttachment()
-
AvatarAttachment
public AvatarAttachment(String id, String fileName, String mimeType, InputStream inputStream, long lastModified) throws IOException
- Throws:
IOException
-
-
Method Detail
-
getAttachmentType
public String getAttachmentType()
- Specified by:
getAttachmentTypein classAttachment
-
-