Class ManageChannelMembers
- 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<EntityArrayEnvelope<PNMembers>,PNManageChannelMembersResult>
-
- com.pubnub.api.endpoints.objects_api.members.ManageChannelMembers
-
- All Implemented Interfaces:
Filter.FilterAware<ManageChannelMembers>
,Include.CustomIncludeAware<ManageChannelMembers>
,Include.UUIDIncludeAware<ManageChannelMembers>
,Limiter.LimitAware<ManageChannelMembers>
,ListCapabilities.ListCapabilitiesAware<ManageChannelMembers>
,Pager.PagingAware<ManageChannelMembers>
,Sorter.SortingAware<ManageChannelMembers>
,TotalCounter.TotalCountAware<ManageChannelMembers>
,RemoteAction<PNManageChannelMembersResult>
public abstract class ManageChannelMembers extends ChannelEnpoint<EntityArrayEnvelope<PNMembers>,PNManageChannelMembersResult> implements Include.CustomIncludeAware<ManageChannelMembers>, Include.UUIDIncludeAware<ManageChannelMembers>, ListCapabilities.ListCapabilitiesAware<ManageChannelMembers>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManageChannelMembers.Builder
-
Field Summary
-
Fields inherited from class com.pubnub.api.endpoints.objects_api.ChannelEnpoint
channel
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ManageChannelMembers.Builder
builder(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
Methods inherited from class com.pubnub.api.endpoints.objects_api.ChannelEnpoint
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Filter.FilterAware
filter
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Include.CustomIncludeAware
includeCustom
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Include.UUIDIncludeAware
includeUUID
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Limiter.LimitAware
limit
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Pager.PagingAware
page
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.Sorter.SortingAware
sort
-
Methods inherited from interface com.pubnub.api.endpoints.objects_api.utils.TotalCounter.TotalCountAware
includeTotalCount
-
-
-
-
Method Detail
-
builder
public static ManageChannelMembers.Builder builder(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
-