Class UUIDEndpoint<SELF extends UUIDEndpoint,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.UUIDEndpoint<SELF,INPUT,OUTPUT>
-
- All Implemented Interfaces:
RemoteAction<OUTPUT>
- Direct Known Subclasses:
GetMemberships
,GetUUIDMetadata
,ManageMemberships
,RemoveMemberships
,RemoveUUIDMetadata
,SetMemberships
,SetUUIDMetadata
public abstract class UUIDEndpoint<SELF extends UUIDEndpoint,INPUT,OUTPUT> extends ObjectApiEndpoint<INPUT,OUTPUT>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UUIDEndpoint(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, CompositeParameterEnricher compositeParameterEnricher, TokenManager tokenManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
effectiveUuid()
SELF
uuid(java.lang.String uuid)
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
-
UUIDEndpoint
protected UUIDEndpoint(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
-
uuid
public SELF uuid(java.lang.String uuid)
-
effectiveUuid
protected java.lang.String effectiveUuid()
-
-