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

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

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






ModifyThreadRequest (Gmail API v1-rev20230925-2.0.0)












com.google.api.services.gmail.model

Class ModifyThreadRequest

    • Constructor Detail

      • ModifyThreadRequest

        public ModifyThreadRequest()
    • Method Detail

      • getAddLabelIds

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

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

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

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

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

Copyright © 2011–2023 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy