Interface 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.