Class RemoveUUIDMetadata
- 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<RemoveUUIDMetadata,EntityEnvelope<com.google.gson.JsonElement>,PNRemoveUUIDMetadataResult>
-
- com.pubnub.api.endpoints.objects_api.uuid.RemoveUUIDMetadata
-
- All Implemented Interfaces:
RemoteAction<PNRemoveUUIDMetadataResult>
public class RemoveUUIDMetadata extends UUIDEndpoint<RemoveUUIDMetadata,EntityEnvelope<com.google.gson.JsonElement>,PNRemoveUUIDMetadataResult>
-
-
Constructor Summary
Constructors Constructor Description RemoveUUIDMetadata(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PNRemoveUUIDMetadataResult
createResponse(retrofit2.Response<EntityEnvelope<com.google.gson.JsonElement>> input)
protected retrofit2.Call<EntityEnvelope<com.google.gson.JsonElement>>
executeCommand(java.util.Map<java.lang.String,java.lang.String> effectiveParams)
protected PNOperationType
getOperationType()
-
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, getAffectedChannelGroups, getAffectedChannels, getCompositeParameterEnricher, isAuthRequired
-
Methods inherited from class com.pubnub.api.endpoints.Endpoint
async, createBaseParams, encodeParams, getPubnub, getRetrofit, isError, queryParam, retry, silentCancel, sync
-
-
-
-
Constructor Detail
-
RemoveUUIDMetadata
public RemoveUUIDMetadata(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
-
Method Detail
-
executeCommand
protected retrofit2.Call<EntityEnvelope<com.google.gson.JsonElement>> executeCommand(java.util.Map<java.lang.String,java.lang.String> effectiveParams) throws PubNubException
- Specified by:
executeCommand
in classObjectApiEndpoint<EntityEnvelope<com.google.gson.JsonElement>,PNRemoveUUIDMetadataResult>
- Throws:
PubNubException
-
createResponse
protected PNRemoveUUIDMetadataResult createResponse(retrofit2.Response<EntityEnvelope<com.google.gson.JsonElement>> input) throws PubNubException
- Specified by:
createResponse
in classEndpoint<EntityEnvelope<com.google.gson.JsonElement>,PNRemoveUUIDMetadataResult>
- Throws:
PubNubException
-
getOperationType
protected PNOperationType getOperationType()
- Specified by:
getOperationType
in classEndpoint<EntityEnvelope<com.google.gson.JsonElement>,PNRemoveUUIDMetadataResult>
-
-