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