All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.google.drive.DriveAboutEndpointConfiguration Maven / Gradle / Ivy

There is a newer version: 4.8.1
Show newest version
/*
 * Camel EndpointConfiguration generated by camel-api-component-maven-plugin
 */
package org.apache.camel.component.google.drive;

import org.apache.camel.spi.ApiMethod;
import org.apache.camel.spi.ApiParam;
import org.apache.camel.spi.ApiParams;
import org.apache.camel.spi.Configurer;
import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;

/**
 * Camel endpoint configuration for {@link com.google.api.services.drive.Drive.About}.
 */
@ApiParams(apiName = "drive-about", 
           description = "The about collection of methods",
           apiMethods = {@ApiMethod(methodName = "get", description="Gets information about the user, the user's Drive, and system capabilities", signatures={"com.google.api.services.drive.Drive$About$Get get()"})}, aliases = {})
@UriParams
@Configurer(extended = true)
public final class DriveAboutEndpointConfiguration extends GoogleDriveConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy