Package io.getstream.chat.java.models
Class Thread
- java.lang.Object
-
- io.getstream.chat.java.models.Thread
-
public class Thread extends java.lang.Object
Represents thread functionality in Stream Chat.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Thread.QueryThreadsRequestData
Request data for querying threads.static class
Thread.QueryThreadsResponse
Response for querying threads.static class
Thread.ThreadObject
A thread object containing thread data and metadata.static class
Thread.ThreadParticipant
A thread participant.
-
Constructor Summary
Constructors Constructor Description Thread()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Thread.QueryThreadsRequestData.QueryThreadsRequest
queryThreads()
Queries threads based on the provided parameters
-
-
-
Method Detail
-
queryThreads
@NotNull public static Thread.QueryThreadsRequestData.QueryThreadsRequest queryThreads()
Queries threads based on the provided parameters- Returns:
- the created request
-
-