Class PNGetAllUUIDMetadataResult
- java.lang.Object
-
- com.pubnub.api.models.server.objects_api.EntityEnvelope<java.util.List<T>>
-
- com.pubnub.api.models.server.objects_api.EntityArrayEnvelope<PNUUIDMetadata>
-
- com.pubnub.api.models.consumer.objects_api.uuid.PNGetAllUUIDMetadataResult
-
public class PNGetAllUUIDMetadataResult extends EntityArrayEnvelope<PNUUIDMetadata>
-
-
Field Summary
-
Fields inherited from class com.pubnub.api.models.server.objects_api.EntityArrayEnvelope
next, prev, totalCount
-
Fields inherited from class com.pubnub.api.models.server.objects_api.EntityEnvelope
data, status
-
-
Constructor Summary
Constructors Constructor Description PNGetAllUUIDMetadataResult()
PNGetAllUUIDMetadataResult(EntityArrayEnvelope<PNUUIDMetadata> envelope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class com.pubnub.api.models.server.objects_api.EntityArrayEnvelope
getNext, getPrev, getTotalCount, nextPage, previousPage
-
Methods inherited from class com.pubnub.api.models.server.objects_api.EntityEnvelope
getData, getStatus
-
-
-
-
Constructor Detail
-
PNGetAllUUIDMetadataResult
public PNGetAllUUIDMetadataResult(EntityArrayEnvelope<PNUUIDMetadata> envelope)
-
PNGetAllUUIDMetadataResult
public PNGetAllUUIDMetadataResult()
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classEntityArrayEnvelope<PNUUIDMetadata>
-
-