Class PNChannelMembership
- java.lang.Object
-
- com.pubnub.api.models.consumer.objects_api.membership.PNChannelMembership
-
- Direct Known Subclasses:
PNChannelMembership.ChannelWithCustom
,PNChannelMembership.JustChannel
public abstract class PNChannelMembership extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PNChannelMembership.ChannelId
static class
PNChannelMembership.ChannelWithCustom
static class
PNChannelMembership.JustChannel
-
Constructor Summary
Constructors Constructor Description PNChannelMembership(PNChannelMembership.ChannelId channel)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PNChannelMembership
channel(java.lang.String channelId)
static PNChannelMembership
channelWithCustom(java.lang.String channelId, java.util.Map<java.lang.String,java.lang.Object> custom)
PNChannelMembership.ChannelId
getChannel()
-
-
-
Constructor Detail
-
PNChannelMembership
public PNChannelMembership(PNChannelMembership.ChannelId channel)
-
-
Method Detail
-
channel
public static PNChannelMembership channel(java.lang.String channelId)
-
channelWithCustom
public static PNChannelMembership channelWithCustom(java.lang.String channelId, java.util.Map<java.lang.String,java.lang.Object> custom)
-
getChannel
public PNChannelMembership.ChannelId getChannel()
-
-