Package io.getstream.chat.java.models
Class ChannelType.ChannelTypeGetRequest
- java.lang.Object
-
- io.getstream.chat.java.models.framework.StreamRequest<ChannelType.ChannelTypeGetResponse>
-
- io.getstream.chat.java.models.ChannelType.ChannelTypeGetRequest
-
- Enclosing class:
- ChannelType
public static class ChannelType.ChannelTypeGetRequest extends StreamRequest<ChannelType.ChannelTypeGetResponse>
-
-
Constructor Summary
Constructors Constructor Description ChannelTypeGetRequest(@NotNull java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
protected retrofit2.Call<ChannelType.ChannelTypeGetResponse>
generateCall(Client client)
@NotNull java.lang.String
getName()
int
hashCode()
-
Methods inherited from class io.getstream.chat.java.models.framework.StreamRequest
getClient, request, requestAsync, withClient
-
-
-
-
Method Detail
-
generateCall
protected retrofit2.Call<ChannelType.ChannelTypeGetResponse> generateCall(Client client)
- Specified by:
generateCall
in classStreamRequest<ChannelType.ChannelTypeGetResponse>
-
getName
@NotNull public @NotNull java.lang.String getName()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-