Package io.getstream.chat.java.models
Class Thread.QueryThreadsRequestData.QueryThreadsRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<Thread.QueryThreadsResponse>
-
- io.getstream.chat.java.models.Thread.QueryThreadsRequestData.QueryThreadsRequest
-
- Enclosing class:
- Thread.QueryThreadsRequestData
public static class Thread.QueryThreadsRequestData.QueryThreadsRequest extends StreamRequest<Thread.QueryThreadsResponse>
-
-
Constructor Summary
Constructors Constructor Description QueryThreadsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected retrofit2.Call<Thread.QueryThreadsResponse>
generateCall(Client client)
-
Methods inherited from class io.getstream.chat.java.models.framework.StreamRequest
getClient, request, requestAsync, withClient
-
-
-
-
Method Detail
-
generateCall
protected retrofit2.Call<Thread.QueryThreadsResponse> generateCall(Client client) throws StreamException
- Specified by:
generateCall
in classStreamRequest<Thread.QueryThreadsResponse>
- Throws:
StreamException
-
-