Uses of Record Class
ch.rasc.jcentserverclient.models.PresenceStatsRequest
Packages that use PresenceStatsRequest
-
Uses of PresenceStatsRequest in ch.rasc.jcentserverclient.clients
Methods in ch.rasc.jcentserverclient.clients with parameters of type PresenceStatsRequestModifier and TypeMethodDescriptionPresenceClient.presenceStats(PresenceStatsRequest request) Get channel presence stats. -
Uses of PresenceStatsRequest in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return PresenceStatsRequestModifier and TypeMethodDescriptionstatic PresenceStatsRequestCommand.presenceStats()Returns the value of thepresenceStatsrecord component.Methods in ch.rasc.jcentserverclient.models with parameters of type PresenceStatsRequestModifier and TypeMethodDescriptionCommand.Builder.presenceStats(PresenceStatsRequest presenceStats) Constructors in ch.rasc.jcentserverclient.models with parameters of type PresenceStatsRequestModifierConstructorDescriptionCommand(PublishRequest publish, BroadcastRequest broadcast, SubscribeRequest subscribe, UnsubscribeRequest unsubscribe, DisconnectRequest disconnect, PresenceRequest presence, PresenceStatsRequest presenceStats, HistoryRequest history, HistoryRemoveRequest historyRemove, InfoRequest info, RefreshRequest refresh, ChannelsRequest channels) Creates an instance of aCommandrecord class.