Package io.getstream.chat.java.models
Class Command.CommandDeleteRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<Command.CommandDeleteResponse>
-
- io.getstream.chat.java.models.Command.CommandDeleteRequest
-
- Enclosing class:
- Command
public static class Command.CommandDeleteRequest extends StreamRequest<Command.CommandDeleteResponse>
-
-
Constructor Summary
Constructors Constructor Description CommandDeleteRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected retrofit2.Call<Command.CommandDeleteResponse>
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.CommandDeleteResponse> generateCall(Client client)
- Specified by:
generateCall
in classStreamRequest<Command.CommandDeleteResponse>
-
-