Class SendableMedium

  • Direct Known Subclasses:
    Contact, FileMedium, Location, Venue

    public abstract class SendableMedium
    extends java.lang.Object
    Generally all types of medium (other than text) that can be sent as a telegram message.
    • Constructor Summary

      Constructors 
      Constructor Description
      SendableMedium()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SendableMedium

        public SendableMedium()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object