Interface ChatChannel
- All Superinterfaces:
 Comparable<com.novomind.ecom.common.api.persistence.Entity>,com.novomind.ecom.common.api.attribute.DisplayNamed,com.novomind.ecom.common.api.persistence.Entity,MasterEntity,com.novomind.ecom.common.api.attribute.Named
public interface ChatChannel
extends MasterEntity, com.novomind.ecom.common.api.attribute.DisplayNamed
Represents a chat channel
- Since:
 - 11.15
 
- 
Method Summary
Methods inherited from interface com.novomind.ecom.common.api.attribute.DisplayNamed
getDisplayNameMethods inherited from interface com.novomind.ecom.common.api.persistence.Entity
compareTo, getId, isDeleted, isNotDeletedMethods inherited from interface com.novomind.ecom.common.api.attribute.Named
getName 
- 
Method Details
- 
isCustom
boolean isCustom()- Returns:
 - true if this ChatChannel is provided by an app or false if this ChatChannel is provided by novomind iAGENT
 - Since:
 - 12.20
 
 
 -