Class GmailUsersLabelsEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.google.mail.GoogleMailConfiguration
-
- org.apache.camel.component.google.mail.GmailUsersLabelsEndpointConfiguration
-
@UriParams public final class GmailUsersLabelsEndpointConfiguration extends GoogleMailConfiguration
Camel EndpointConfiguration for com.google.api.services.gmail.Gmail$Users$Labels
-
-
Constructor Summary
Constructors Constructor Description GmailUsersLabelsEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.api.services.gmail.model.Label
getContent()
String
getId()
String
getUserId()
void
setContent(com.google.api.services.gmail.model.Label content)
void
setId(String id)
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
-
-
-
-
Method Detail
-
getContent
public com.google.api.services.gmail.model.Label getContent()
-
setContent
public void setContent(com.google.api.services.gmail.model.Label content)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
-