Uses of Record Class
ch.rasc.jcentserverclient.models.ChannelsResult
Packages that use ChannelsResult
-
Uses of ChannelsResult in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return ChannelsResultModifier and TypeMethodDescriptionReply.channels()Returns the value of thechannelsrecord component.ChannelsResponse.result()Get the result if successful.Methods in ch.rasc.jcentserverclient.models with parameters of type ChannelsResultConstructors in ch.rasc.jcentserverclient.models with parameters of type ChannelsResultModifierConstructorDescriptionChannelsResponse(Error error, ChannelsResult result) Creates an instance of aChannelsResponserecord class.Reply(Error error, PublishResult publish, BroadcastResult broadcast, SubscribeResult subscribe, UnsubscribeResult unsubscribe, DisconnectResult disconnect, PresenceResult presence, PresenceStatsResult presenceStats, HistoryResult history, HistoryRemoveResult historyRemove, InfoResult info, RefreshResult refresh, ChannelsResult channels) Creates an instance of aReplyrecord class.