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