Class GoogleMailStreamEndpointBuilderFactory.GoogleMailStreamHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.GoogleMailStreamEndpointBuilderFactory.GoogleMailStreamHeaderNameBuilder
-
- Enclosing interface:
- GoogleMailStreamEndpointBuilderFactory
public static class GoogleMailStreamEndpointBuilderFactory.GoogleMailStreamHeaderNameBuilder extends Object
The builder of headers' name for the Google Mail Stream component.
-
-
Constructor Summary
Constructors Constructor Description GoogleMailStreamHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgoogleMailId()The ID of the message.StringgoogleMailStreamBcc()The blind carbon cpoy of the message.StringgoogleMailStreamCc()The carbon copy of the message.StringgoogleMailStreamFrom()The emitter of the message.StringgoogleMailStreamSubject()The subject of the message.StringgoogleMailStreamTo()The recipient of the message.
-
-
-
Method Detail
-
googleMailStreamTo
public String googleMailStreamTo()
The recipient of the message. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleMailStreamTo.
-
googleMailStreamFrom
public String googleMailStreamFrom()
The emitter of the message. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleMailStreamFrom.
-
googleMailStreamCc
public String googleMailStreamCc()
The carbon copy of the message. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleMailStreamCc.
-
googleMailStreamBcc
public String googleMailStreamBcc()
The blind carbon cpoy of the message. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleMailStreamBcc.
-
googleMailStreamSubject
public String googleMailStreamSubject()
The subject of the message. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleMailStreamSubject.
-
googleMailId
public String googleMailId()
The ID of the message. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
GoogleMailId.
-
-