public interface IDiscussionMessage
Modifier and Type | Method and Description |
---|---|
Collection<? extends IAttachment> |
getAttachments() |
String |
getContent() |
Date |
getCreationDate() |
IUser |
getCreator() |
Collection<? extends IUser> |
getRecipients() |
String |
getVisibility() |
IOrganization |
getVisibilityOrganization() |
Date getCreationDate()
IUser getCreator()
String getContent()
Collection<? extends IAttachment> getAttachments()
String getVisibility()
IOrganization getVisibilityOrganization()
Collection<? extends IUser> getRecipients()
Copyright © 2022 Visiativ. All rights reserved.