Class Pin

  • All Implemented Interfaces:

    
    public final class Pin
    extends MessageAction
                        

    Pins or unpins the message from the channel.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Message message
    • Constructor Summary

      Constructors 
      Constructor Description
      Pin(Message message)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Message getMessage() The selected message.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Pin

        Pin(Message message)
    • Method Detail

      • getMessage

         Message getMessage()

        The selected message.