Package javax.mail

Class Provider.Type

  • Enclosing class:
    Provider

    public static class Provider.Type
    extends java.lang.Object
    This inner class defines the Provider type. Currently, STORE and TRANSPORT are the only two provider types supported.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Type​(java.lang.String type)  
    • 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
    • Field Detail

      • type

        private java.lang.String type
    • Constructor Detail

      • Type

        private Type​(java.lang.String type)
    • Method Detail

      • toString

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