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