Class GmailUsersMessagesAttachmentsEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.mail.GoogleMailConfiguration
-
- org.apache.camel.component.google.mail.GmailUsersMessagesAttachmentsEndpointConfiguration
-
@ApiParams(apiName="attachments", description="The attachments collection of methods", apiMethods=@ApiMethod(methodName="get",description="Gets the specified message attachment",signatures="com.google.api.services.gmail.Gmail$Users$Messages$Attachments$Get get(String userId, String messageId, String id)"), aliases={}) @UriParams @Configurer(extended=true) public final class GmailUsersMessagesAttachmentsEndpointConfiguration extends GoogleMailConfigurationCamel endpoint configuration forGmail.Users.Messages.Attachments.
-
-
Constructor Summary
Constructors Constructor Description GmailUsersMessagesAttachmentsEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()StringgetMessageId()StringgetUserId()voidsetId(String id)voidsetMessageId(String messageId)voidsetUserId(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
-
-