Package 

Enum MessageAudience

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    @Serializable() 
    public enum MessageAudience
    extends Enum<MessageAudience>
                        

    Closed delivery-audience vocabulary. The field holding it may be absent.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ALL

      Visible to internal participants and the external visitor.

      INTERNAL

      Visible only to attached internal agents and supervisors.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait