Class GmailUsersThreadsEndpointConfiguration


  • @ApiParams(apiName="threads",description="The threads collection of methods",apiMethods={@ApiMethod(methodName="delete",description="Immediately and permanently deletes the specified thread",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Delete delete(String userId, String id)"),@ApiMethod(methodName="get",description="Gets the specified thread",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Get get(String userId, String id)"),@ApiMethod(methodName="list",description="Lists the threads in the user\'s mailbox",signatures="com.google.api.services.gmail.Gmail$Users$Threads$List list(String userId)"),@ApiMethod(methodName="modify",description="Modifies the labels applied to the thread",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Modify modify(String userId, String id, com.google.api.services.gmail.model.ModifyThreadRequest content)"),@ApiMethod(methodName="trash",description="Moves the specified thread to the trash",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Trash trash(String userId, String id)"),@ApiMethod(methodName="untrash",description="Removes the specified thread from the trash",signatures="com.google.api.services.gmail.Gmail$Users$Threads$Untrash untrash(String userId, String id)")},aliases={})
    @UriParams
    @Configurer(extended=true)
    public final class GmailUsersThreadsEndpointConfiguration
    extends GoogleMailConfiguration
    Camel endpoint configuration for Gmail.Users.Threads.
    • Constructor Detail

      • GmailUsersThreadsEndpointConfiguration

        public GmailUsersThreadsEndpointConfiguration()
    • Method Detail

      • getContent

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

        public void setContent​(com.google.api.services.gmail.model.ModifyThreadRequest content)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getUserId

        public String getUserId()
      • setUserId

        public void setUserId​(String userId)