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