Class CommentDetail

java.lang.Object
dev.dosya.sdk.model.CommentDetail

public final class CommentDetail extends Object
Detailed information about a comment on a file or folder.
Since:
0.1.0
  • 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()