Class GmailUsersThreadsEndpointConfiguration
java.lang.Object
org.apache.camel.component.google.mail.GoogleMailConfiguration
org.apache.camel.component.google.mail.GmailUsersThreadsEndpointConfiguration
@ApiParams(apiName="threads",description="The threads collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Immediately and permanently deletes the specified thread",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Delete delete(String userId, String id)"),@ApiMethod(methodName="get",description="Gets the specified thread",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Get get(String userId, String id)"),@ApiMethod(methodName="list",description="Lists the threads in the user\'s mailbox",signatures="com.google.api.services.gmail.Gmail$Users$Threads$List list(String userId)"),@ApiMethod(methodName="modify",description="Modifies the labels applied to the thread",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Modify modify(String userId, String id, com.google.api.services.gmail.model.ModifyThreadRequest content)"),@ApiMethod(methodName="trash",description="Moves the specified thread to the trash",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Trash trash(String userId, String id)"),@ApiMethod(methodName="untrash",description="Removes the specified thread from the trash",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Untrash untrash(String userId, String id)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class GmailUsersThreadsEndpointConfiguration
extends GoogleMailConfiguration
Camel endpoint configuration for
Gmail.Users.Threads
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.services.gmail.model.ModifyThreadRequest
getId()
getQ()
void
setContent
(com.google.api.services.gmail.model.ModifyThreadRequest content) void
void
void
setIncludeSpamTrash
(Boolean includeSpamTrash) void
setLabelIds
(List labelIds) void
setMaxResults
(Long maxResults) void
setMetadataHeaders
(List metadataHeaders) void
setPageToken
(String pageToken) void
void
Methods inherited from class org.apache.camel.component.google.mail.GoogleMailConfiguration
getAccessToken, getApiName, getApplicationName, getClientId, getClientSecret, getDelegate, getMethodName, getRefreshToken, getScopes, getScopesAsList, getServiceAccountKey, setAccessToken, setApiName, setApplicationName, setClientId, setClientSecret, setDelegate, setMethodName, setRefreshToken, setScopes, setServiceAccountKey
-
Constructor Details
-
GmailUsersThreadsEndpointConfiguration
public GmailUsersThreadsEndpointConfiguration()
-
-
Method Details
-
getContent
public com.google.api.services.gmail.model.ModifyThreadRequest getContent() -
setContent
public void setContent(com.google.api.services.gmail.model.ModifyThreadRequest content) -
getFormat
-
setFormat
-
getId
-
setId
-
getIncludeSpamTrash
-
setIncludeSpamTrash
-
getLabelIds
-
setLabelIds
-
getMaxResults
-
setMaxResults
-
getMetadataHeaders
-
setMetadataHeaders
-
getPageToken
-
setPageToken
-
getQ
-
setQ
-
getUserId
-
setUserId
-