@UriParams public final class DriveCommentsEndpointConfiguration extends GoogleDriveConfiguration
| Constructor and Description |
|---|
DriveCommentsEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommentId() |
com.google.api.services.drive.model.Comment |
getContent() |
String |
getFileId() |
void |
setCommentId(String commentId) |
void |
setContent(com.google.api.services.drive.model.Comment content) |
void |
setFileId(String fileId) |
getAccessToken, getApplicationName, getClientId, getClientSecret, getRefreshToken, getScopes, setAccessToken, setApplicationName, setClientId, setClientSecret, setRefreshToken, setScopespublic String getCommentId()
public void setCommentId(String commentId)
public com.google.api.services.drive.model.Comment getContent()
public void setContent(com.google.api.services.drive.model.Comment content)
public String getFileId()
public void setFileId(String fileId)
Apache Camel