Class DriveRealtimeEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
- org.apache.camel.component.google.drive.DriveRealtimeEndpointConfiguration
-
@ApiParams(apiName="drive-realtime",description="The realtime collection of methods",apiMethods={@ApiMethod(methodName="get",description="Exports the contents of the Realtime API data model associated with this file as JSON",signatures="com.google.api.services.drive.Drive$Realtime$Get get(String fileId)"),@ApiMethod(methodName="update",description="Overwrites the Realtime API data model associated with this file with the provided JSON data model",signatures={"com.google.api.services.drive.Drive$Realtime$Update update(String fileId)","com.google.api.services.drive.Drive$Realtime$Update update(String fileId, com.google.api.client.http.AbstractInputStreamContent mediaContent)"})},aliases={}) @UriParams @Configurer(extended=true) public final class DriveRealtimeEndpointConfiguration extends GoogleDriveConfigurationCamel endpoint configuration forDrive.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)
-
-