CommunitySubChannelIdentifier

Community channel identifier.

Used for unique Identifier a community channel and its sub-channel, Contains channel ID and sub-channel ID. Channel type fixed ChannelType.COMMUNITY. Inherits from ChannelIdentifier. channelId).

Usage Example:

val identifier = CommunitySubChannelIdentifier("communityId", "subChannelId")

Parameters

channelId

Community channel unique identifier

subChannelId

sub-channel ID, Corresponds to internal Conversation channelId Field

Constructors

Link copied to clipboard
public CommunitySubChannelIdentifier CommunitySubChannelIdentifier(String channelId, String subChannelId)

Properties

Link copied to clipboard
private final String subChannelId

Inherited properties

Link copied to clipboard
private final String channelId
Link copied to clipboard
private final ChannelType channelType

Functions

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public final String getSubChannelId()
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public String toString()

Inherited functions

Link copied to clipboard
public final String getChannelId()
Link copied to clipboard
public final ChannelType getChannelType()