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