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="create",description="Creates a reply to a comment",signatures="com.google.api.services.drive.Drive$Replies$Create create(String fileId, String commentId, com.google.api.services.drive.model.Reply content)"),@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 by ID",signatures="com.google.api.services.drive.Drive$Replies$Get get(String fileId, String commentId, String replyId)"),@ApiMethod(methodName="list",description="Lists a comment\'s replies",signatures="com.google.api.services.drive.Drive$Replies$List list(String fileId, String commentId)"),@ApiMethod(methodName="update",description="Updates a reply with patch semantics",signatures="com.google.api.services.drive.Drive$Replies$Update update(String fileId, String commentId, String replyId, com.google.api.services.drive.model.Reply content)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class DriveRepliesEndpointConfiguration
extends GoogleDriveConfiguration
Camel endpoint configuration for
Drive.Replies.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.drive.model.ReplyvoidsetCommentId(String commentId) voidsetContent(com.google.api.services.drive.model.Reply content) voidvoidsetReplyId(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
-
Constructor Details
-
DriveRepliesEndpointConfiguration
public DriveRepliesEndpointConfiguration()
-
-
Method Details
-
getCommentId
-
setCommentId
-
getContent
public com.google.api.services.drive.model.Reply getContent() -
setContent
public void setContent(com.google.api.services.drive.model.Reply content) -
getFileId
-
setFileId
-
getReplyId
-
setReplyId
-