Package io.getstream.chat.java.services
Interface ThreadService
-
public interface ThreadService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description retrofit2.Call<Thread.QueryThreadsResponse>
queryThreads(@NotNull Thread.QueryThreadsRequestData queryThreadsRequestData)
-
-
-
Method Detail
-
queryThreads
@POST("threads") retrofit2.Call<Thread.QueryThreadsResponse> queryThreads(@NotNull @Body @NotNull Thread.QueryThreadsRequestData queryThreadsRequestData)
-
-