Class 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 GoogleDriveConfiguration
    Camel endpoint configuration for Drive.Realtime.
    • Constructor Detail

      • DriveRealtimeEndpointConfiguration

        public DriveRealtimeEndpointConfiguration()
    • 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)