Uses of Class
dev.dosya.sdk.model.CommentDetail
Packages that use CommentDetail
-
Uses of CommentDetail in dev.dosya.sdk.resource
Methods in dev.dosya.sdk.resource that return CommentDetailModifier and TypeMethodDescription@NotNull CommentDetailCommentsResource.create(@NotNull CreateCommentParams params) Creates a new comment on a file or folder.@NotNull CommentDetailEdits the body of an existing comment.Methods in dev.dosya.sdk.resource that return types with arguments of type CommentDetailModifier and TypeMethodDescription@NotNull List<CommentDetail>Lists all comments in a workspace.@NotNull List<CommentDetail>CommentsResource.list(@NotNull String workspaceId, @Nullable String fileId, @Nullable String folderId) Lists comments in a workspace, optionally filtered by file or folder.