Class DriveCommentsEndpointConfiguration


  • @ApiParams(apiName="drive-comments",description="The comments collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Deletes a comment",signatures="com.google.api.services.drive.Drive$Comments$Delete delete(String fileId, String commentId)"),@ApiMethod(methodName="get",description="Gets a comment by ID",signatures="com.google.api.services.drive.Drive$Comments$Get get(String fileId, String commentId)"),@ApiMethod(methodName="insert",description="Creates a new comment on the given file",signatures="com.google.api.services.drive.Drive$Comments$Insert insert(String fileId, com.google.api.services.drive.model.Comment content)"),@ApiMethod(methodName="list",description="Lists a file\'s comments",signatures="com.google.api.services.drive.Drive$Comments$List list(String fileId)"),@ApiMethod(methodName="patch",description="Updates an existing comment",signatures="com.google.api.services.drive.Drive$Comments$Patch patch(String fileId, String commentId, com.google.api.services.drive.model.Comment content)"),@ApiMethod(methodName="update",description="Updates an existing comment",signatures="com.google.api.services.drive.Drive$Comments$Update update(String fileId, String commentId, com.google.api.services.drive.model.Comment content)")},aliases={})
    @UriParams
    @Configurer(extended=true)
    public final class DriveCommentsEndpointConfiguration
    extends GoogleDriveConfiguration
    Camel endpoint configuration for Drive.Comments.
    • Constructor Detail

      • DriveCommentsEndpointConfiguration

        public DriveCommentsEndpointConfiguration()
    • Method Detail

      • getCommentId

        public String getCommentId()
      • setCommentId

        public void setCommentId​(String commentId)
      • getContent

        public com.google.api.services.drive.model.Comment getContent()
      • setContent

        public void setContent​(com.google.api.services.drive.model.Comment content)
      • getFileId

        public String getFileId()
      • setFileId

        public void setFileId​(String fileId)