Class DriveRepliesEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveRepliesEndpointConfiguration
-
@ApiParams(apiName="drive-replies",description="The replies collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Deletes a reply",signatures="com.google.api.services.drive.Drive$Replies$Delete delete(String fileId, String commentId, String replyId)"),@ApiMethod(methodName="get",description="Gets a reply",signatures="com.google.api.services.drive.Drive$Replies$Get get(String fileId, String commentId, String replyId)"),@ApiMethod(methodName="insert",description="Creates a new reply to the given comment",signatures="com.google.api.services.drive.Drive$Replies$Insert insert(String fileId, String commentId, com.google.api.services.drive.model.CommentReply content)"),@ApiMethod(methodName="list",description="Lists all of the replies to a comment",signatures="com.google.api.services.drive.Drive$Replies$List list(String fileId, String commentId)"),@ApiMethod(methodName="patch",description="Updates an existing reply",signatures="com.google.api.services.drive.Drive$Replies$Patch patch(String fileId, String commentId, String replyId, com.google.api.services.drive.model.CommentReply content)"),@ApiMethod(methodName="update",description="Updates an existing reply",signatures="com.google.api.services.drive.Drive$Replies$Update update(String fileId, String commentId, String replyId, com.google.api.services.drive.model.CommentReply content)")},aliases={}) @UriParams @Configurer(extended=true) public final class DriveRepliesEndpointConfiguration extends GoogleDriveConfigurationCamel endpoint configuration forDrive.Replies.
-
-
Constructor Summary
Constructors Constructor Description DriveRepliesEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommentId()com.google.api.services.drive.model.CommentReplygetContent()StringgetFileId()StringgetReplyId()voidsetCommentId(String commentId)voidsetContent(com.google.api.services.drive.model.CommentReply content)voidsetFileId(String fileId)voidsetReplyId(String replyId)-
Methods inherited from class org.apache.camel.component.google.drive.GoogleDriveConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getDelegate, getMethodName, getRefreshToken, getScopes, getServiceAccountKey, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setMethodName, setRefreshToken, setScopes, setServiceAccountKey
-
-
-
-
Method Detail
-
getCommentId
public String getCommentId()
-
setCommentId
public void setCommentId(String commentId)
-
getContent
public com.google.api.services.drive.model.CommentReply getContent()
-
setContent
public void setContent(com.google.api.services.drive.model.CommentReply content)
-
getFileId
public String getFileId()
-
setFileId
public void setFileId(String fileId)
-
getReplyId
public String getReplyId()
-
setReplyId
public void setReplyId(String replyId)
-
-