Uses of Record Class
ch.rasc.jcentserverclient.models.HistoryRemoveRequest
Packages that use HistoryRemoveRequest
-
Uses of HistoryRemoveRequest in ch.rasc.jcentserverclient.clients
Methods in ch.rasc.jcentserverclient.clients with parameters of type HistoryRemoveRequestModifier and TypeMethodDescriptionHistoryClient.historyRemove(HistoryRemoveRequest request) Remove channel history. -
Uses of HistoryRemoveRequest in ch.rasc.jcentserverclient.models
Methods in ch.rasc.jcentserverclient.models that return HistoryRemoveRequestModifier and TypeMethodDescriptionCommand.historyRemove()Returns the value of thehistoryRemoverecord component.static HistoryRemoveRequestMethods in ch.rasc.jcentserverclient.models with parameters of type HistoryRemoveRequestModifier and TypeMethodDescriptionCommand.Builder.historyRemove(HistoryRemoveRequest historyRemove) Constructors in ch.rasc.jcentserverclient.models with parameters of type HistoryRemoveRequestModifierConstructorDescriptionCommand(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.