Package io.getstream.chat.java.models
Class Poll.PollVoteDeleteRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<Poll.PollVoteDeleteResponse>
-
- io.getstream.chat.java.models.Poll.PollVoteDeleteRequest
-
- Enclosing class:
- Poll
public static class Poll.PollVoteDeleteRequest extends StreamRequest<Poll.PollVoteDeleteResponse>
-
-
Constructor Summary
Constructors Constructor Description PollVoteDeleteRequest(@NotNull java.lang.String messageId, @NotNull java.lang.String pollId, @NotNull java.lang.String voteId)
-
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<Poll.PollVoteDeleteResponse>generateCall(Client client)@NotNull java.lang.StringgetMessageId()@NotNull java.lang.StringgetPollId()@NotNull java.lang.StringgetVoteId()inthashCode()-
Methods inherited from class io.getstream.chat.java.models.framework.StreamRequest
getClient, request, requestAsync, withClient, withUserToken
-
-
-
-
Method Detail
-
generateCall
protected retrofit2.Call<Poll.PollVoteDeleteResponse> generateCall(Client client)
- Specified by:
generateCallin classStreamRequest<Poll.PollVoteDeleteResponse>
-
getMessageId
@NotNull public @NotNull java.lang.String getMessageId()
-
getPollId
@NotNull public @NotNull java.lang.String getPollId()
-
getVoteId
@NotNull public @NotNull java.lang.String getVoteId()
-
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
-
-