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