Package io.getstream.chat.java.models
Class Reaction.ReactionListRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<Reaction.ReactionListResponse>
-
- io.getstream.chat.java.models.Reaction.ReactionListRequest
-
- Enclosing class:
- Reaction
public static class Reaction.ReactionListRequest extends StreamRequest<Reaction.ReactionListResponse>
-
-
Constructor Summary
Constructors Constructor Description ReactionListRequest(@NotNull java.lang.String messageId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)protected retrofit2.Call<Reaction.ReactionListResponse>generateCall(Client client)@Nullable java.lang.IntegergetLimit()@NotNull java.lang.StringgetMessageId()@Nullable java.lang.IntegergetOffset()inthashCode()@NotNull Reaction.ReactionListRequestlimit(@NotNull java.lang.Integer limit)@NotNull Reaction.ReactionListRequestoffset(@NotNull java.lang.Integer offset)-
Methods inherited from class io.getstream.chat.java.models.framework.StreamRequest
getClient, request, requestAsync, withClient, withUserToken
-
-
-
-
Method Detail
-
limit
@NotNull public @NotNull Reaction.ReactionListRequest limit(@NotNull @NotNull java.lang.Integer limit)
-
offset
@NotNull public @NotNull Reaction.ReactionListRequest offset(@NotNull @NotNull java.lang.Integer offset)
-
generateCall
protected retrofit2.Call<Reaction.ReactionListResponse> generateCall(Client client)
- Specified by:
generateCallin classStreamRequest<Reaction.ReactionListResponse>
-
getMessageId
@NotNull public @NotNull java.lang.String getMessageId()
-
getLimit
@Nullable public @Nullable java.lang.Integer getLimit()
-
getOffset
@Nullable public @Nullable java.lang.Integer getOffset()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-