All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.gmail.model.ModifyMessageRequest.html Maven / Gradle / Ivy







ModifyMessageRequest (Gmail API v1-rev20230925-2.0.0)












com.google.api.services.gmail.model

Class ModifyMessageRequest

    • Constructor Detail

      • ModifyMessageRequest

        public ModifyMessageRequest()
    • Method Detail

      • getAddLabelIds

        public List<String> getAddLabelIds()
        A list of IDs of labels to add to this message. You can add up to 100 labels with each update.
        Returns:
        value or null for none
      • setAddLabelIds

        public ModifyMessageRequest setAddLabelIds(List<String> addLabelIds)
        A list of IDs of labels to add to this message. You can add up to 100 labels with each update.
        Parameters:
        addLabelIds - addLabelIds or null for none
      • getRemoveLabelIds

        public List<String> getRemoveLabelIds()
        A list IDs of labels to remove from this message. You can remove up to 100 labels with each update.
        Returns:
        value or null for none
      • setRemoveLabelIds

        public ModifyMessageRequest setRemoveLabelIds(List<String> removeLabelIds)
        A list IDs of labels to remove from this message. You can remove up to 100 labels with each update.
        Parameters:
        removeLabelIds - removeLabelIds or null for none
      • clone

        public ModifyMessageRequest clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy