Class DriveRealtimeEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveRealtimeEndpointConfiguration
-
@UriParams public final class DriveRealtimeEndpointConfiguration extends GoogleDriveConfiguration
Camel EndpointConfiguration for com.google.api.services.drive.Drive$Realtime
-
-
Constructor Summary
Constructors Constructor Description DriveRealtimeEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileId()com.google.api.client.http.AbstractInputStreamContentgetMediaContent()voidsetFileId(String fileId)voidsetMediaContent(com.google.api.client.http.AbstractInputStreamContent mediaContent)-
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
-
getFileId
public String getFileId()
-
setFileId
public void setFileId(String fileId)
-
getMediaContent
public com.google.api.client.http.AbstractInputStreamContent getMediaContent()
-
setMediaContent
public void setMediaContent(com.google.api.client.http.AbstractInputStreamContent mediaContent)
-
-