public class ListAllChannelGroup extends Endpoint<Envelope<java.lang.Object>,PNChannelGroupsListAllResult>
| Constructor and Description |
|---|
ListAllChannelGroup(PubNub pubnub,
TelemetryManager telemetryManager,
RetrofitManager retrofit) |
| Modifier and Type | Method and Description |
|---|---|
protected PNChannelGroupsListAllResult |
createResponse(retrofit2.Response<Envelope<java.lang.Object>> input) |
protected retrofit2.Call<Envelope<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() |
protected void |
validateParams() |
async, createBaseParams, encodeParams, getPubnub, getRetrofit, queryParam, retry, silentCancel, syncpublic ListAllChannelGroup(PubNub pubnub, TelemetryManager telemetryManager, RetrofitManager retrofit)
protected java.util.List<java.lang.String> getAffectedChannels()
getAffectedChannels in class Endpoint<Envelope<java.lang.Object>,PNChannelGroupsListAllResult>protected java.util.List<java.lang.String> getAffectedChannelGroups()
getAffectedChannelGroups in class Endpoint<Envelope<java.lang.Object>,PNChannelGroupsListAllResult>protected void validateParams()
throws PubNubException
validateParams in class Endpoint<Envelope<java.lang.Object>,PNChannelGroupsListAllResult>PubNubExceptionprotected retrofit2.Call<Envelope<java.lang.Object>> doWork(java.util.Map<java.lang.String,java.lang.String> params)
doWork in class Endpoint<Envelope<java.lang.Object>,PNChannelGroupsListAllResult>protected PNChannelGroupsListAllResult createResponse(retrofit2.Response<Envelope<java.lang.Object>> input) throws PubNubException
createResponse in class Endpoint<Envelope<java.lang.Object>,PNChannelGroupsListAllResult>PubNubExceptionprotected PNOperationType getOperationType()
getOperationType in class Endpoint<Envelope<java.lang.Object>,PNChannelGroupsListAllResult>protected boolean isAuthRequired()
isAuthRequired in class Endpoint<Envelope<java.lang.Object>,PNChannelGroupsListAllResult>