Package io.getstream.chat.java.models
Class Blocklist.BlocklistGetRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<Blocklist.BlocklistGetResponse>
-
- io.getstream.chat.java.models.Blocklist.BlocklistGetRequest
-
- Enclosing class:
- Blocklist
public static class Blocklist.BlocklistGetRequest extends StreamRequest<Blocklist.BlocklistGetResponse>
-
-
Constructor Summary
Constructors Constructor Description BlocklistGetRequest(@NotNull java.lang.String name)
-
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<Blocklist.BlocklistGetResponse>generateCall(Client client)@NotNull java.lang.StringgetName()inthashCode()-
Methods inherited from class io.getstream.chat.java.models.framework.StreamRequest
getClient, request, requestAsync, withClient, withUserToken
-
-
-
-
Method Detail
-
generateCall
protected retrofit2.Call<Blocklist.BlocklistGetResponse> generateCall(Client client)
- Specified by:
generateCallin classStreamRequest<Blocklist.BlocklistGetResponse>
-
getName
@NotNull public @NotNull java.lang.String getName()
-
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
-
-