Class GmailUsersHistoryEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.mail.GoogleMailConfiguration
-
- org.apache.camel.component.google.mail.GmailUsersHistoryEndpointConfiguration
-
@UriParams public final class GmailUsersHistoryEndpointConfiguration extends GoogleMailConfiguration
Camel EndpointConfiguration for com.google.api.services.gmail.Gmail$Users$History
-
-
Constructor Summary
Constructors Constructor Description GmailUsersHistoryEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUserId()
void
setUserId(String userId)
-
Methods inherited from class org.apache.camel.component.google.mail.GoogleMailConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getMethodName, getRefreshToken, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setMethodName, setRefreshToken
-
-