Class GmailUsersEndpointConfiguration


  • @ApiParams(apiName="users",description="The users collection of methods",apiMethods={@ApiMethod(methodName="getProfile",description="Gets the current user\'s Gmail profile",signatures="com.google.api.services.gmail.Gmail$Users$GetProfile getProfile(String userId)"),@ApiMethod(methodName="stop",description="Stop receiving push notifications for the given user mailbox",signatures="com.google.api.services.gmail.Gmail$Users$Stop stop(String userId)"),@ApiMethod(methodName="watch",description="Set up or update a push notification watch on the given user mailbox",signatures="com.google.api.services.gmail.Gmail$Users$Watch watch(String userId, com.google.api.services.gmail.model.WatchRequest content)")},aliases={})
    @UriParams
    @Configurer(extended=true)
    public final class GmailUsersEndpointConfiguration
    extends GoogleMailConfiguration
    Camel endpoint configuration for Gmail.Users.
    • Constructor Detail

      • GmailUsersEndpointConfiguration

        public GmailUsersEndpointConfiguration()
    • Method Detail

      • getContent

        public com.google.api.services.gmail.model.WatchRequest getContent()
      • setContent

        public void setContent​(com.google.api.services.gmail.model.WatchRequest content)
      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)