public final class CommentDetail
extends Object
Detailed information about a comment on a file or folder.
- Since:
- 0.1.0
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getId
@NotNull
public @NotNull String getId()
-
getBody
@NotNull
public @NotNull String getBody()
-
getUserId
@NotNull
public @NotNull String getUserId()
-
getUserName
@NotNull
public @NotNull String getUserName()
-
getUserAvatar
@Nullable
public @Nullable String getUserAvatar()
-
getParentId
@Nullable
public @Nullable String getParentId()
-
getCreatedAt
public long getCreatedAt()
-
getUpdatedAt
@Nullable
public @Nullable Long getUpdatedAt()