Class PNRemoveUUIDMetadataResult
- java.lang.Object
-
- com.pubnub.api.models.server.objects_api.EntityEnvelope<com.google.gson.JsonElement>
-
- com.pubnub.api.models.consumer.objects_api.uuid.PNRemoveUUIDMetadataResult
-
public class PNRemoveUUIDMetadataResult extends EntityEnvelope<com.google.gson.JsonElement>
-
-
Field Summary
-
Fields inherited from class com.pubnub.api.models.server.objects_api.EntityEnvelope
data, status
-
-
Constructor Summary
Constructors Constructor Description PNRemoveUUIDMetadataResult(EntityEnvelope<com.google.gson.JsonElement> 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.EntityEnvelope
getData, getStatus
-
-
-
-
Constructor Detail
-
PNRemoveUUIDMetadataResult
public PNRemoveUUIDMetadataResult(EntityEnvelope<com.google.gson.JsonElement> envelope)
-
-