Class GetChannelMetadata
- 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<EntityEnvelope<PNChannelMetadata>,PNGetChannelMetadataResult>
-
- com.pubnub.api.endpoints.objects_api.channel.GetChannelMetadata
-
- All Implemented Interfaces:
Include.CustomIncludeAware<GetChannelMetadata>
,RemoteAction<PNGetChannelMetadataResult>
public abstract class GetChannelMetadata extends ChannelEnpoint<EntityEnvelope<PNChannelMetadata>,PNGetChannelMetadataResult> implements Include.CustomIncludeAware<GetChannelMetadata>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetChannelMetadata.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 GetChannelMetadata.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.Include.CustomIncludeAware
includeCustom
-
-
-
-
Method Detail
-
builder
public static GetChannelMetadata.Builder builder(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
-