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()-
Methods inherited from class io.getstream.chat.java.models.framework.StreamRequest
request, requestAsync
-
-
-
-
Method Detail
-
generateCall
protected retrofit2.Call<Command.CommandDeleteResponse> generateCall()
- Specified by:
generateCallin classStreamRequest<Command.CommandDeleteResponse>
-
-