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