Interface OutgoingMessengerMessage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getToId()
      A unique identifier of the receiver / to of the message.
      java.lang.String getToName()
      The name of the receiver / to of the message.
    • Method Detail

      • getToId

        java.lang.String getToId()
        A unique identifier of the receiver / to of the message.
        Returns:
        the id of the receiver / to of the message
        Since:
        12.20
      • getToName

        java.lang.String getToName()
        The name of the receiver / to of the message.
        Returns:
        the name of the receiver / to of the message
        Since:
        12.20