Package io.getstream.chat.java.models
Class ChannelType.ChannelTypeCreateResponse
- java.lang.Object
-
- io.getstream.chat.java.models.ChannelType
-
- io.getstream.chat.java.models.ChannelType.ChannelTypeWithStringCommands
-
- io.getstream.chat.java.models.ChannelType.ChannelTypeCreateResponse
-
- All Implemented Interfaces:
StreamResponse
- Enclosing class:
- ChannelType
public static class ChannelType.ChannelTypeCreateResponse extends ChannelType.ChannelTypeWithStringCommands 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 ChannelTypeCreateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)@NotNull java.lang.StringgetDuration()RateLimitgetRateLimit()inthashCode()voidsetDuration(@NotNull java.lang.String duration)voidsetRateLimit(RateLimit rateLimit)java.lang.StringtoString()-
Methods inherited from class io.getstream.chat.java.models.ChannelType.ChannelTypeWithStringCommands
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:
getDurationin interfaceStreamResponse
-
setRateLimit
public void setRateLimit(RateLimit rateLimit)
-
setDuration
public void setDuration(@NotNull @NotNull java.lang.String duration)- Specified by:
setDurationin interfaceStreamResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classChannelType.ChannelTypeWithStringCommands
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classChannelType.ChannelTypeWithStringCommands
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classChannelType.ChannelTypeWithStringCommands
-
hashCode
public int hashCode()
- Overrides:
hashCodein classChannelType.ChannelTypeWithStringCommands
-
-