Class GetAllUUIDMetadata
- java.lang.Object
-
- com.pubnub.api.endpoints.Endpoint<INPUT,OUTPUT>
-
- com.pubnub.api.endpoints.objects_api.ObjectApiEndpoint<EntityArrayEnvelope<PNUUIDMetadata>,PNGetAllUUIDMetadataResult>
-
- com.pubnub.api.endpoints.objects_api.uuid.GetAllUUIDMetadata
-
- All Implemented Interfaces:
Filter.FilterAware<GetAllUUIDMetadata>
,Include.CustomIncludeAware<GetAllUUIDMetadata>
,Limiter.LimitAware<GetAllUUIDMetadata>
,ListCapabilities.ListCapabilitiesAware<GetAllUUIDMetadata>
,Pager.PagingAware<GetAllUUIDMetadata>
,Sorter.SortingAware<GetAllUUIDMetadata>
,TotalCounter.TotalCountAware<GetAllUUIDMetadata>
,RemoteAction<PNGetAllUUIDMetadataResult>
public abstract class GetAllUUIDMetadata extends ObjectApiEndpoint<EntityArrayEnvelope<PNUUIDMetadata>,PNGetAllUUIDMetadataResult> implements Include.CustomIncludeAware<GetAllUUIDMetadata>, ListCapabilities.ListCapabilitiesAware<GetAllUUIDMetadata>
-
-
Constructor Summary
Constructors Constructor Description GetAllUUIDMetadata(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, CompositeParameterEnricher compositeParameterEnricher, TokenManager tokenManager)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GetAllUUIDMetadata
create(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
Methods inherited from class com.pubnub.api.endpoints.objects_api.ObjectApiEndpoint
doWork, executeCommand, getAffectedChannelGroups, getAffectedChannels, getCompositeParameterEnricher, isAuthRequired, validateParams
-
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.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
-
-
-
-
Constructor Detail
-
GetAllUUIDMetadata
public GetAllUUIDMetadata(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, CompositeParameterEnricher compositeParameterEnricher, TokenManager tokenManager)
-
-
Method Detail
-
create
public static GetAllUUIDMetadata create(PubNub pubnubInstance, TelemetryManager telemetry, RetrofitManager retrofitInstance, TokenManager tokenManager)
-
-