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 classPNChannelMembership.ChannelIdstatic classPNChannelMembership.ChannelWithCustomstatic classPNChannelMembership.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 PNChannelMembershipchannel(java.lang.String channelId)static PNChannelMembershipchannelWithCustom(java.lang.String channelId, java.util.Map<java.lang.String,java.lang.Object> custom)PNChannelMembership.ChannelIdgetChannel()
-
-
-
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()
-
-