- java.lang.Object
-
- jakarta.mail.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.
-
-
Field Summary
Fields Modifier and Type Field Description static Provider.Type
STORE
The Provider of typeSTORE
.static Provider.Type
TRANSPORT
The Provider of typeTRANSPORT
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
STORE
public static final Provider.Type STORE
The Provider of typeSTORE
.
-
TRANSPORT
public static final Provider.Type TRANSPORT
The Provider of typeTRANSPORT
.
-
-