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