@UriParams public final class DriveFilesEndpointConfiguration extends GoogleDriveConfiguration
Constructor and Description |
---|
DriveFilesEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
com.google.api.services.drive.model.File |
getContent() |
com.google.api.services.drive.model.Channel |
getContentChannel() |
String |
getFileId() |
com.google.api.client.http.AbstractInputStreamContent |
getMediaContent() |
void |
setContent(com.google.api.services.drive.model.File content) |
void |
setContentChannel(com.google.api.services.drive.model.Channel contentChannel) |
void |
setFileId(String fileId) |
void |
setMediaContent(com.google.api.client.http.AbstractInputStreamContent mediaContent) |
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getMethodName, getRefreshToken, getScopes, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setMethodName, setRefreshToken, setScopes
public com.google.api.services.drive.model.File getContent()
public void setContent(com.google.api.services.drive.model.File content)
public com.google.api.services.drive.model.Channel getContentChannel()
public void setContentChannel(com.google.api.services.drive.model.Channel contentChannel)
public String getFileId()
public void setFileId(String fileId)
public com.google.api.client.http.AbstractInputStreamContent getMediaContent()
public void setMediaContent(com.google.api.client.http.AbstractInputStreamContent mediaContent)
Apache Camel