public class RemoveChannelChannelGroup extends Endpoint<Envelope,PNChannelGroupsRemoveChannelResult>
| Constructor and Description |
|---|
RemoveChannelChannelGroup(PubNub pubnub,
retrofit2.Retrofit retrofit) |
| Modifier and Type | Method and Description |
|---|---|
RemoveChannelChannelGroup |
channelGroup(java.lang.String channelGroup) |
RemoveChannelChannelGroup |
channels(java.util.List<java.lang.String> channels) |
protected PNChannelGroupsRemoveChannelResult |
createResponse(retrofit2.Response<Envelope> input) |
protected retrofit2.Call<Envelope> |
doWork(java.util.Map<java.lang.String,java.lang.String> params) |
protected java.util.List<java.lang.String> |
getAffectedChannelGroups() |
protected java.util.List<java.lang.String> |
getAffectedChannels() |
protected PNOperationType |
getOperationType() |
protected boolean |
isAuthRequired() |
protected void |
validateParams() |
async, createBaseParams, getPubnub, getRetrofit, retry, silentCancel, syncpublic RemoveChannelChannelGroup(PubNub pubnub, retrofit2.Retrofit retrofit)
protected java.util.List<java.lang.String> getAffectedChannels()
getAffectedChannels in class Endpoint<Envelope,PNChannelGroupsRemoveChannelResult>protected java.util.List<java.lang.String> getAffectedChannelGroups()
getAffectedChannelGroups in class Endpoint<Envelope,PNChannelGroupsRemoveChannelResult>protected void validateParams()
throws PubNubException
validateParams in class Endpoint<Envelope,PNChannelGroupsRemoveChannelResult>PubNubExceptionprotected retrofit2.Call<Envelope> doWork(java.util.Map<java.lang.String,java.lang.String> params)
doWork in class Endpoint<Envelope,PNChannelGroupsRemoveChannelResult>protected PNChannelGroupsRemoveChannelResult createResponse(retrofit2.Response<Envelope> input) throws PubNubException
createResponse in class Endpoint<Envelope,PNChannelGroupsRemoveChannelResult>PubNubExceptionprotected PNOperationType getOperationType()
getOperationType in class Endpoint<Envelope,PNChannelGroupsRemoveChannelResult>protected boolean isAuthRequired()
isAuthRequired in class Endpoint<Envelope,PNChannelGroupsRemoveChannelResult>@Generated(value="lombok") public RemoveChannelChannelGroup channelGroup(java.lang.String channelGroup)
@Generated(value="lombok") public RemoveChannelChannelGroup channels(java.util.List<java.lang.String> channels)