Package io.getstream.chat.java.models
Class Moderation.QueryConfigsRequestData.QueryConfigsRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<Moderation.QueryConfigsResponse>
-
- io.getstream.chat.java.models.Moderation.QueryConfigsRequestData.QueryConfigsRequest
-
- Enclosing class:
- Moderation.QueryConfigsRequestData
public static class Moderation.QueryConfigsRequestData.QueryConfigsRequest extends StreamRequest<Moderation.QueryConfigsResponse>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Moderation.QueryConfigsRequestData.QueryConfigsRequestfilter(java.util.Map<java.lang.String,java.lang.Object> filter)protected retrofit2.Call<Moderation.QueryConfigsResponse>generateCall(Client client)Moderation.QueryConfigsRequestDatainternalBuild()Moderation.QueryConfigsRequestData.QueryConfigsRequestlimit(@Nullable java.lang.Integer limit)Moderation.QueryConfigsRequestData.QueryConfigsRequestnext(@Nullable java.lang.String next)Moderation.QueryConfigsRequestData.QueryConfigsRequestoffset(@Nullable java.lang.Integer offset)Moderation.QueryConfigsRequestData.QueryConfigsRequestprev(@Nullable java.lang.String prev)Moderation.QueryConfigsRequestData.QueryConfigsRequestsort(@Nullable java.util.List<Sort> sort)java.lang.StringtoString()-
Methods inherited from class io.getstream.chat.java.models.framework.StreamRequest
getClient, request, requestAsync, withClient, withUserToken
-
-
-
-
Method Detail
-
generateCall
protected retrofit2.Call<Moderation.QueryConfigsResponse> generateCall(Client client)
- Specified by:
generateCallin classStreamRequest<Moderation.QueryConfigsResponse>
-
filter
public Moderation.QueryConfigsRequestData.QueryConfigsRequest filter(@Nullable java.util.Map<java.lang.String,java.lang.Object> filter)
- Returns:
this.
-
sort
public Moderation.QueryConfigsRequestData.QueryConfigsRequest sort(@Nullable @Nullable java.util.List<Sort> sort)
- Returns:
this.
-
limit
public Moderation.QueryConfigsRequestData.QueryConfigsRequest limit(@Nullable @Nullable java.lang.Integer limit)
- Returns:
this.
-
offset
public Moderation.QueryConfigsRequestData.QueryConfigsRequest offset(@Nullable @Nullable java.lang.Integer offset)
- Returns:
this.
-
next
public Moderation.QueryConfigsRequestData.QueryConfigsRequest next(@Nullable @Nullable java.lang.String next)
- Returns:
this.
-
prev
public Moderation.QueryConfigsRequestData.QueryConfigsRequest prev(@Nullable @Nullable java.lang.String prev)
- Returns:
this.
-
internalBuild
public Moderation.QueryConfigsRequestData internalBuild()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-