Class ChannelEnpoint<INPUT,OUTPUT>
- java.lang.Object
-
- com.pubnub.api.endpoints.Endpoint<INPUT,OUTPUT>
-
- com.pubnub.api.endpoints.objects_api.ObjectApiEndpoint<INPUT,OUTPUT>
-
- com.pubnub.api.endpoints.objects_api.ChannelEnpoint<INPUT,OUTPUT>
-
- All Implemented Interfaces:
RemoteAction<OUTPUT>
- Direct Known Subclasses:
GetChannelMembers
,GetChannelMetadata
,ManageChannelMembers
,RemoveChannelMembers
,RemoveChannelMetadata
,SetChannelMembers
,SetChannelMetadata
public abstract class ChannelEnpoint<INPUT,OUTPUT> extends ObjectApiEndpoint<INPUT,OUTPUT>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
channel
-
Constructor Summary
Constructors Modifier Constructor Description protected
ChannelEnpoint(java.lang.String channel, PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, CompositeParameterEnricher compositeParameterEnricher, TokenManager tokenManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
validateParams()
-
Methods inherited from class com.pubnub.api.endpoints.objects_api.ObjectApiEndpoint
doWork, executeCommand, getAffectedChannelGroups, getAffectedChannels, getCompositeParameterEnricher, isAuthRequired
-
Methods inherited from class com.pubnub.api.endpoints.Endpoint
async, createBaseParams, createResponse, encodeParams, getOperationType, getPubnub, getRetrofit, isError, queryParam, retry, silentCancel, sync
-
-
-
-
Constructor Detail
-
ChannelEnpoint
protected ChannelEnpoint(java.lang.String channel, PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, CompositeParameterEnricher compositeParameterEnricher, TokenManager tokenManager)
-
-
Method Detail
-
validateParams
protected void validateParams() throws PubNubException
- Overrides:
validateParams
in classObjectApiEndpoint<INPUT,OUTPUT>
- Throws:
PubNubException
-
-