target.apidocs.com.google.api.services.chat.v1.HangoutsChat.Users.Spaces.Threads.html Maven / Gradle / Ivy
HangoutsChat.Users.Spaces.Threads (Google Chat API v1-rev20240829-2.0.0)
com.google.api.services.chat.v1
Class HangoutsChat.Users.Spaces.Threads
- java.lang.Object
-
- com.google.api.services.chat.v1.HangoutsChat.Users.Spaces.Threads
-
- Enclosing class:
- HangoutsChat.Users.Spaces
public class HangoutsChat.Users.Spaces.Threads
extends Object
The "threads" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
HangoutsChat.Users.Spaces.Threads.GetThreadReadState
-
Constructor Summary
Constructors
Constructor and Description
Threads()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
HangoutsChat.Users.Spaces.Threads.GetThreadReadState
getThreadReadState(String name)
Returns details about a user's read state within a thread, used to identify read and unread
messages.
-
-
Method Detail
-
getThreadReadState
public HangoutsChat.Users.Spaces.Threads.GetThreadReadState getThreadReadState(String name)
throws IOException
Returns details about a user's read state within a thread, used to identify read and unread
messages. For an example, see [Get details about a user's thread read
state](https://developers.google.com/workspace/chat/get-thread-read-state). Requires [user
authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
Create a request for the method "threads.getThreadReadState".
This request holds the parameters needed by the chat server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. Resource name of the thread read state to retrieve. Only supports getting read state for
the calling user. To refer to the calling user, set one of the following: - The `me`
alias. For example, `users/me/spaces/{space}/threads/{thread}/threadReadState`. - Their
Workspace email address. For example,
`users/[email protected]/spaces/{space}/threads/{thread}/threadReadState`. - Their user id.
For example, `users/123456789/spaces/{space}/threads/{thread}/threadReadState`. Format:
users/{user}/spaces/{space}/threads/{thread}/threadReadState
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy