Class GetUUIDMetadata
- 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.UUIDEndpoint<GetUUIDMetadata,EntityEnvelope<PNUUIDMetadata>,PNGetUUIDMetadataResult>
-
- com.pubnub.api.endpoints.objects_api.uuid.GetUUIDMetadata
-
- All Implemented Interfaces:
Include.CustomIncludeAware<GetUUIDMetadata>
,RemoteAction<PNGetUUIDMetadataResult>
public abstract class GetUUIDMetadata extends UUIDEndpoint<GetUUIDMetadata,EntityEnvelope<PNUUIDMetadata>,PNGetUUIDMetadataResult> implements Include.CustomIncludeAware<GetUUIDMetadata>
-
-
Constructor Summary
Constructors Constructor Description GetUUIDMetadata(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, CompositeParameterEnricher compositeParameterEnricher, TokenManager tokenManager)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetUUIDMetadata
create(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
Methods inherited from class com.pubnub.api.endpoints.objects_api.UUIDEndpoint
effectiveUuid, uuid, 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
-
-
-
-
Constructor Detail
-
GetUUIDMetadata
public GetUUIDMetadata(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, CompositeParameterEnricher compositeParameterEnricher, TokenManager tokenManager)
-
-
Method Detail
-
create
public static GetUUIDMetadata create(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
-