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, com.novomind.ecom.common.api.persistence.WithId

public interface ChatChannel extends MasterEntity, com.novomind.ecom.common.api.attribute.DisplayNamed
Represents a chat channel
Since:
11.15
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if this ChatChannel is provided by an app or false if it is provided by novomind iAGENT.

    Methods inherited from interface com.novomind.ecom.common.api.attribute.DisplayNamed

    getDisplayName

    Methods inherited from interface com.novomind.ecom.common.api.persistence.Entity

    compareTo, isDeleted, isNotDeleted

    Methods inherited from interface com.novomind.ecom.common.api.attribute.Named

    getName

    Methods inherited from interface com.novomind.ecom.common.api.persistence.WithId

    getId
  • Method Details

    • isCustom

      boolean isCustom()
      Returns true if this ChatChannel is provided by an app or false if it is provided by novomind iAGENT.
      Returns:
      true if this ChatChannel is provided by an app or false if this ChatChannel is provided by novomind iAGENT
      Since:
      12.20