Interface Comment
-
- All Known Implementing Classes:
AssetComment,AssetCommentReply
public interface Comment`CommentInterface` for `Comment` returnable types.
-
-
Method Summary
Modifier and Type Method Description StringScalargetContent()The `Comment` message.DateTimeScalargetCreatedAt()The `DateTime` of the `Comment` creation.UsergetCreator()The `User` representing the `Comment` creator.IdScalargetId()The `Comment` identifier.DateTimeScalargetModifiedAt()The `DateTime` of the `Comment` last modification.UsergetModifier()The last `User` to modify the `Comment`.
-
-
-
Method Detail
-
getId
IdScalar getId()
The `Comment` identifier.
-
getCreator
User getCreator()
The `User` representing the `Comment` creator.
-
getCreatedAt
DateTimeScalar getCreatedAt()
The `DateTime` of the `Comment` creation.
-
getModifier
User getModifier()
The last `User` to modify the `Comment`.
-
getModifiedAt
DateTimeScalar getModifiedAt()
The `DateTime` of the `Comment` last modification.
-
getContent
StringScalar getContent()
The `Comment` message.
-
-