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

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

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






Thread (Gmail API v1-rev20240422-2.0.0)












com.google.api.services.gmail.model

Class Thread

    • Constructor Detail

      • Thread

        public Thread()
    • Method Detail

      • getHistoryId

        public BigInteger getHistoryId()
        The ID of the last history record that modified this thread.
        Returns:
        value or null for none
      • setHistoryId

        public Thread setHistoryId(BigInteger historyId)
        The ID of the last history record that modified this thread.
        Parameters:
        historyId - historyId or null for none
      • getId

        public String getId()
        The unique ID of the thread.
        Returns:
        value or null for none
      • setId

        public Thread setId(String id)
        The unique ID of the thread.
        Parameters:
        id - id or null for none
      • getMessages

        public List<Message> getMessages()
        The list of messages in the thread.
        Returns:
        value or null for none
      • setMessages

        public Thread setMessages(List<Message> messages)
        The list of messages in the thread.
        Parameters:
        messages - messages or null for none
      • getSnippet

        public String getSnippet()
        A short part of the message text.
        Returns:
        value or null for none
      • setSnippet

        public Thread setSnippet(String snippet)
        A short part of the message text.
        Parameters:
        snippet - snippet or null for none
      • set

        public Thread set(String fieldName,
                          Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy