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 Details

    • GoogleMailStreamHeaderNameBuilder

      public GoogleMailStreamHeaderNameBuilder()
  • Method Details

    • googleMailStreamTo

      public String googleMailStreamTo()
      The recipient of the message. The option is a: String type. Group: consumer
      Returns:
      the name of the header GoogleMailStreamTo.
    • googleMailStreamFrom

      public String googleMailStreamFrom()
      The emitter of the message. The option is a: String type. Group: consumer
      Returns:
      the name of the header GoogleMailStreamFrom.
    • googleMailStreamCc

      public String googleMailStreamCc()
      The carbon copy of the message. The option is a: String type. Group: consumer
      Returns:
      the name of the header GoogleMailStreamCc.
    • googleMailStreamBcc

      public String googleMailStreamBcc()
      The blind carbon cpoy of the message. The option is a: String type. Group: consumer
      Returns:
      the name of the header GoogleMailStreamBcc.
    • googleMailStreamSubject

      public String googleMailStreamSubject()
      The subject of the message. The option is a: String type. Group: consumer
      Returns:
      the name of the header GoogleMailStreamSubject.
    • googleMailId

      public String googleMailId()
      The ID of the message. The option is a: String type. Group: consumer
      Returns:
      the name of the header GoogleMailId.