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