类 PatchFileCommentReq

java.lang.Object
com.lark.oapi.service.drive.v1.model.PatchFileCommentReq

public class PatchFileCommentReq extends Object
  • 构造器详细资料

    • PatchFileCommentReq

      public PatchFileCommentReq()
    • PatchFileCommentReq

      public PatchFileCommentReq(PatchFileCommentReq.Builder builder)
  • 方法详细资料

    • newBuilder

      public static PatchFileCommentReq.Builder newBuilder()
    • getFileType

      public String getFileType()
    • setFileType

      public void setFileType(String fileType)
    • getFileToken

      public String getFileToken()
    • setFileToken

      public void setFileToken(String fileToken)
    • getCommentId

      public String getCommentId()
    • setCommentId

      public void setCommentId(String commentId)
    • getPatchFileCommentReqBody

      public PatchFileCommentReqBody getPatchFileCommentReqBody()
    • setPatchFileCommentReqBody

      public void setPatchFileCommentReqBody(PatchFileCommentReqBody body)