@UriParams public final class DriveRepliesEndpointConfiguration extends GoogleDriveConfiguration
Constructor and Description |
---|
DriveRepliesEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCommentId() |
com.google.api.services.drive.model.CommentReply |
getContent() |
String |
getFileId() |
String |
getReplyId() |
void |
setCommentId(String commentId) |
void |
setContent(com.google.api.services.drive.model.CommentReply content) |
void |
setFileId(String fileId) |
void |
setReplyId(String replyId) |
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getMethodName, getRefreshToken, getScopes, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setMethodName, setRefreshToken, setScopes
public String getCommentId()
public void setCommentId(String commentId)
public com.google.api.services.drive.model.CommentReply getContent()
public void setContent(com.google.api.services.drive.model.CommentReply content)
public String getFileId()
public void setFileId(String fileId)
public String getReplyId()
public void setReplyId(String replyId)
Apache Camel