Uses of Class
org.apache.camel.component.google.drive.GoogleDriveConfiguration
-
Packages that use GoogleDriveConfiguration Package Description org.apache.camel.component.google.drive org.apache.camel.component.google.drive.internal -
-
Uses of GoogleDriveConfiguration in org.apache.camel.component.google.drive
Subclasses of GoogleDriveConfiguration in org.apache.camel.component.google.drive Modifier and Type Class Description classDriveAboutEndpointConfigurationCamel endpoint configuration forDrive.About.classDriveAppsEndpointConfigurationCamel endpoint configuration forDrive.Apps.classDriveChangesEndpointConfigurationCamel endpoint configuration forDrive.Changes.classDriveChannelsEndpointConfigurationCamel endpoint configuration forDrive.Channels.classDriveChildrenEndpointConfigurationCamel endpoint configuration forDrive.Children.classDriveCommentsEndpointConfigurationCamel endpoint configuration forDrive.Comments.classDriveDrivesEndpointConfigurationCamel endpoint configuration forDrive.Drives.classDriveFilesEndpointConfigurationCamel endpoint configuration forDrive.Files.classDriveParentsEndpointConfigurationCamel endpoint configuration forDrive.Parents.classDrivePermissionsEndpointConfigurationCamel endpoint configuration forDrive.Permissions.classDrivePropertiesEndpointConfigurationCamel endpoint configuration forDrive.Properties.classDriveRepliesEndpointConfigurationCamel endpoint configuration forDrive.Replies.classDriveRevisionsEndpointConfigurationCamel endpoint configuration forDrive.Revisions.classDriveTeamdrivesEndpointConfigurationCamel endpoint configuration forDrive.Teamdrives.Methods in org.apache.camel.component.google.drive that return GoogleDriveConfiguration Modifier and Type Method Description GoogleDriveConfigurationGoogleDriveComponent. getConfiguration()Methods in org.apache.camel.component.google.drive that return types with arguments of type GoogleDriveConfiguration Modifier and Type Method Description protected org.apache.camel.support.component.ApiMethodPropertiesHelper<GoogleDriveConfiguration>GoogleDriveEndpoint. getPropertiesHelper()Methods in org.apache.camel.component.google.drive with parameters of type GoogleDriveConfiguration Modifier and Type Method Description protected org.apache.camel.EndpointGoogleDriveComponent. createEndpoint(String uri, String methodName, GoogleDriveApiName apiName, GoogleDriveConfiguration endpointConfiguration)com.google.api.services.drive.DriveGoogleDriveComponent. getClient(GoogleDriveConfiguration config)voidGoogleDriveComponent. setConfiguration(GoogleDriveConfiguration configuration)To use the shared configurationConstructors in org.apache.camel.component.google.drive with parameters of type GoogleDriveConfiguration Constructor Description GoogleDriveEndpoint(String uri, GoogleDriveComponent component, GoogleDriveApiName apiName, String methodName, GoogleDriveConfiguration endpointConfiguration) -
Uses of GoogleDriveConfiguration in org.apache.camel.component.google.drive.internal
Methods in org.apache.camel.component.google.drive.internal that return GoogleDriveConfiguration Modifier and Type Method Description GoogleDriveConfigurationGoogleDriveApiCollection. getEndpointConfiguration(GoogleDriveApiName apiName)
-