Class PNRemoveChannelMetadataResult
- java.lang.Object
-
- com.pubnub.api.models.server.objects_api.EntityEnvelope<com.google.gson.JsonElement>
-
- com.pubnub.api.models.consumer.objects_api.channel.PNRemoveChannelMetadataResult
-
public class PNRemoveChannelMetadataResult 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 PNRemoveChannelMetadataResult(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
-
PNRemoveChannelMetadataResult
public PNRemoveChannelMetadataResult(EntityEnvelope<com.google.gson.JsonElement> envelope)
-
-