Class AvatarAttachment
java.lang.Object
org.exoplatform.social.core.model.Attachment
org.exoplatform.social.core.model.AvatarAttachment
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAvatarAttachment(String id, String fileName, String mimeType, InputStream inputStream, long lastModified) -
Method Summary
Methods inherited from class org.exoplatform.social.core.model.Attachment
getFileName, getId, getImageBytes, getLastModified, getMimeType, getSize, setFileName, setId, setInputStream, setLastModified, setMimeType
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
AvatarAttachment
public AvatarAttachment() -
AvatarAttachment
public AvatarAttachment(String id, String fileName, String mimeType, InputStream inputStream, long lastModified) throws IOException - Throws:
IOException
-
-
Method Details
-
getAttachmentType
- Specified by:
getAttachmentTypein classAttachment
-