@Converter public final class GoogleDriveFilesConverter extends Object
Modifier and Type | Method and Description |
---|---|
static InputStream |
download(com.google.api.services.drive.model.File fileMetadata,
org.apache.camel.Exchange exchange) |
static String |
downloadContentAsString(com.google.api.services.drive.model.File fileMetadata,
org.apache.camel.Exchange exchange) |
static com.google.api.services.drive.model.File |
genericFileToGoogleDriveFile(org.apache.camel.component.file.GenericFile<?> file,
org.apache.camel.Exchange exchange) |
@Converter public static com.google.api.services.drive.model.File genericFileToGoogleDriveFile(org.apache.camel.component.file.GenericFile<?> file, org.apache.camel.Exchange exchange) throws Exception
Exception
@Converter public static InputStream download(com.google.api.services.drive.model.File fileMetadata, org.apache.camel.Exchange exchange) throws Exception
Exception
Apache Camel