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

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

There is a newer version: v1-rev20240520-2.0.0
Show newest version






BatchModifyMessagesRequest (Gmail API v1-rev20230925-2.0.0)












com.google.api.services.gmail.model

Class BatchModifyMessagesRequest

    • Constructor Detail

      • BatchModifyMessagesRequest

        public BatchModifyMessagesRequest()
    • Method Detail

      • getAddLabelIds

        public List<String> getAddLabelIds()
        A list of label IDs to add to messages.
        Returns:
        value or null for none
      • setAddLabelIds

        public BatchModifyMessagesRequest setAddLabelIds(List<String> addLabelIds)
        A list of label IDs to add to messages.
        Parameters:
        addLabelIds - addLabelIds or null for none
      • getIds

        public List<String> getIds()
        The IDs of the messages to modify. There is a limit of 1000 ids per request.
        Returns:
        value or null for none
      • setIds

        public BatchModifyMessagesRequest setIds(List<String> ids)
        The IDs of the messages to modify. There is a limit of 1000 ids per request.
        Parameters:
        ids - ids or null for none
      • getRemoveLabelIds

        public List<String> getRemoveLabelIds()
        A list of label IDs to remove from messages.
        Returns:
        value or null for none
      • setRemoveLabelIds

        public BatchModifyMessagesRequest setRemoveLabelIds(List<String> removeLabelIds)
        A list of label IDs to remove from messages.
        Parameters:
        removeLabelIds - removeLabelIds or null for none

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy