org.apache.camel.component.google.mail.GmailUsersEndpointConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-google-mail Show documentation
Show all versions of camel-google-mail Show documentation
Camel Component for GoogleMail
/*
* Camel EndpointConfiguration generated by camel-api-component-maven-plugin
* Generated on: Fri Nov 10 14:57:05 UTC 2017
*/
package org.apache.camel.component.google.mail;
import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;
/**
* Camel EndpointConfiguration for com.google.api.services.gmail.Gmail$Users
*/
@UriParams
public final class GmailUsersEndpointConfiguration extends GoogleMailConfiguration {
@UriParam
private String userId;
public String getUserId() {
return userId;
}
public void setUserId(String userId) {
this.userId = userId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy