Class DriveCommentsEndpointConfiguration

java.lang.Object
org.apache.camel.component.google.drive.GoogleDriveConfiguration
org.apache.camel.component.google.drive.DriveCommentsEndpointConfiguration

@ApiParams(apiName="drive-comments",description="The comments collection of methods",apiMethods={@ApiMethod(methodName="create",description="Creates a comment on a file",signatures="com.google.api.services.drive.Drive$Comments$Create create(String fileId, com.google.api.services.drive.model.Comment content)"),@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="list",description="Lists a file\'s comments",signatures="com.google.api.services.drive.Drive$Comments$List list(String fileId)"),@ApiMethod(methodName="update",description="Updates a comment with patch semantics",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 Details

    • DriveCommentsEndpointConfiguration

      public DriveCommentsEndpointConfiguration()
  • Method Details

    • 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)