Class GmailUsersLabelsEndpointConfiguration

java.lang.Object
org.apache.camel.component.google.mail.GoogleMailConfiguration
org.apache.camel.component.google.mail.GmailUsersLabelsEndpointConfiguration

@ApiParams(apiName="labels",description="The labels collection of methods",apiMethods={@ApiMethod(methodName="create",description="Creates a new label",signatures="com.google.api.services.gmail.Gmail$Users$Labels$Create create(String userId, com.google.api.services.gmail.model.Label content)"),@ApiMethod(methodName="delete",description="Immediately and permanently deletes the specified label and removes it from any messages and threads that it is applied to",signatures="com.google.api.services.gmail.Gmail$Users$Labels$Delete delete(String userId, String id)"),@ApiMethod(methodName="get",description="Gets the specified label",signatures="com.google.api.services.gmail.Gmail$Users$Labels$Get get(String userId, String id)"),@ApiMethod(methodName="list",description="Lists all labels in the user\'s mailbox",signatures="com.google.api.services.gmail.Gmail$Users$Labels$List list(String userId)"),@ApiMethod(methodName="patch",description="Patch the specified label",signatures="com.google.api.services.gmail.Gmail$Users$Labels$Patch patch(String userId, String id, com.google.api.services.gmail.model.Label content)"),@ApiMethod(methodName="update",description="Updates the specified label",signatures="com.google.api.services.gmail.Gmail$Users$Labels$Update update(String userId, String id, com.google.api.services.gmail.model.Label content)")},aliases={}) @UriParams @Configurer(extended=true) public final class GmailUsersLabelsEndpointConfiguration extends GoogleMailConfiguration
Camel endpoint configuration for Gmail.Users.Labels.
  • Constructor Details

    • GmailUsersLabelsEndpointConfiguration

      public GmailUsersLabelsEndpointConfiguration()
  • Method Details

    • getContent

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

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

      public String getId()
    • setId

      public void setId(String id)
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)