Module jakarta.mail
Package jakarta.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.
    • 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

      • STORE

        public static final Provider.Type STORE
        The Provider of type STORE.
      • TRANSPORT

        public static final Provider.Type TRANSPORT
        The Provider of type TRANSPORT.
    • Method Detail

      • toString

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