Class DriveCommentsEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveCommentsEndpointConfiguration
-
@UriParams public final class DriveCommentsEndpointConfiguration extends GoogleDriveConfiguration
Camel EndpointConfiguration for com.google.api.services.drive.Drive$Comments
-
-
Constructor Summary
Constructors Constructor Description DriveCommentsEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommentId()com.google.api.services.drive.model.CommentgetContent()StringgetFileId()voidsetCommentId(String commentId)voidsetContent(com.google.api.services.drive.model.Comment content)voidsetFileId(String fileId)-
Methods inherited from class org.apache.camel.component.google.drive.GoogleDriveConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getMethodName, getRefreshToken, getScopes, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setMethodName, setRefreshToken, setScopes
-
-
-
-
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)
-
-