Class CreateCommentParams

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

public final class CreateCommentParams extends Object
Parameters for creating a new comment on a file or folder.

 CreateCommentParams params = new CreateCommentParams("ws_123", "Great file!")
     .fileId("file_456");
 
Since:
0.1.0
  • Constructor Details

    • CreateCommentParams

      public CreateCommentParams(@NotNull @NotNull String workspaceId, @NotNull @NotNull String body)
  • Method Details