Package io.getstream.chat.java.models
Class ChannelType.ChannelTypeGetResponse
- java.lang.Object
-
- io.getstream.chat.java.models.ChannelType
-
- io.getstream.chat.java.models.ChannelType.ChannelTypeWithCommands
-
- io.getstream.chat.java.models.ChannelType.ChannelTypeGetResponse
-
- All Implemented Interfaces:
StreamResponse
- Enclosing class:
- ChannelType
public static class ChannelType.ChannelTypeGetResponse extends ChannelType.ChannelTypeWithCommands implements StreamResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.getstream.chat.java.models.ChannelType
ChannelType.Action, ChannelType.AutoMod, ChannelType.AutoModBehavior, ChannelType.BlocklistBehavior, ChannelType.ChannelTypeCreateRequestData, ChannelType.ChannelTypeCreateResponse, ChannelType.ChannelTypeDeleteRequest, ChannelType.ChannelTypeGetRequest, ChannelType.ChannelTypeGetResponse, ChannelType.ChannelTypeListRequest, ChannelType.ChannelTypeListResponse, ChannelType.ChannelTypeUpdateRequestData, ChannelType.ChannelTypeUpdateResponse, ChannelType.ChannelTypeWithCommands, ChannelType.ChannelTypeWithStringCommands, ChannelType.PermissionRequestObject, ChannelType.Policy, ChannelType.Right, ChannelType.Threshold, ChannelType.ThresholdRequestObject
-
-
Constructor Summary
Constructors Constructor Description ChannelTypeGetResponse()
-
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)
@NotNull java.lang.String
getDuration()
RateLimit
getRateLimit()
int
hashCode()
void
setDuration(@NotNull java.lang.String duration)
void
setRateLimit(RateLimit rateLimit)
java.lang.String
toString()
-
Methods inherited from class io.getstream.chat.java.models.ChannelType.ChannelTypeWithCommands
getCommands, setCommands
-
Methods inherited from class io.getstream.chat.java.models.ChannelType
create, delete, get, getAutomod, getAutomodBehavior, getAutomodThresholds, getBlocklist, getBlocklistBehavior, getConnectEvents, getCountMessages, getCreatedAt, getCustomEvents, getGrants, getMarkMessagesPending, getMaxMessageLength, getMessageRetention, getMutes, getName, getPermissions, getPushNotifications, getQuotes, getReactions, getReadEvents, getReminders, getReplies, getRoles, getSearch, getTypingEvents, getUpdatedAt, getUploads, getUrlEnrichment, list, setAutomod, setAutomodBehavior, setAutomodThresholds, setBlocklist, setBlocklistBehavior, setConnectEvents, setCountMessages, setCreatedAt, setCustomEvents, setGrants, setMarkMessagesPending, setMaxMessageLength, setMessageRetention, setMutes, setName, setPermissions, setPushNotifications, setQuotes, setReactions, setReadEvents, setReminders, setReplies, setRoles, setSearch, setTypingEvents, setUpdatedAt, setUploads, setUrlEnrichment, update
-
-
-
-
Method Detail
-
getRateLimit
public RateLimit getRateLimit()
-
getDuration
@NotNull public @NotNull java.lang.String getDuration()
- Specified by:
getDuration
in interfaceStreamResponse
-
setRateLimit
public void setRateLimit(RateLimit rateLimit)
-
setDuration
public void setDuration(@NotNull @NotNull java.lang.String duration)
- Specified by:
setDuration
in interfaceStreamResponse
-
toString
public java.lang.String toString()
- Overrides:
toString
in classChannelType.ChannelTypeWithCommands
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classChannelType.ChannelTypeWithCommands
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqual
in classChannelType.ChannelTypeWithCommands
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classChannelType.ChannelTypeWithCommands
-
-