Uses of Class
org.apache.camel.component.google.mail.internal.GoogleMailApiName
-
Packages that use GoogleMailApiName Package Description org.apache.camel.component.google.mail org.apache.camel.component.google.mail.internal -
-
Uses of GoogleMailApiName in org.apache.camel.component.google.mail
Methods in org.apache.camel.component.google.mail that return GoogleMailApiName Modifier and Type Method Description protected GoogleMailApiNameGoogleMailComponent. getApiName(String apiNameStr)GoogleMailApiNameGoogleMailConfiguration. getApiName()Methods in org.apache.camel.component.google.mail with parameters of type GoogleMailApiName Modifier and Type Method Description protected org.apache.camel.EndpointGoogleMailComponent. createEndpoint(String uri, String methodName, GoogleMailApiName apiName, GoogleMailConfiguration endpointConfiguration)voidGoogleMailConfiguration. setApiName(GoogleMailApiName apiName)What kind of operation to performConstructors in org.apache.camel.component.google.mail with parameters of type GoogleMailApiName Constructor Description GoogleMailEndpoint(String uri, GoogleMailComponent component, GoogleMailApiName apiName, String methodName, GoogleMailConfiguration endpointConfiguration) -
Uses of GoogleMailApiName in org.apache.camel.component.google.mail.internal
Methods in org.apache.camel.component.google.mail.internal that return GoogleMailApiName Modifier and Type Method Description static GoogleMailApiNameGoogleMailApiName. valueOf(String name)Returns the enum constant of this type with the specified name.static GoogleMailApiName[]GoogleMailApiName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.google.mail.internal with parameters of type GoogleMailApiName Modifier and Type Method Description GoogleMailConfigurationGoogleMailApiCollection. getEndpointConfiguration(GoogleMailApiName apiName)
-