- java.lang.Object
-
- jakarta.mail.Provider.Type
-
- Enclosing class:
- Provider
public static class Provider.Type extends java.lang.ObjectThis 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.TypeSTOREThe Provider of typeSTORE.static Provider.TypeTRANSPORTThe Provider of typeTRANSPORT.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
STORE
public static final Provider.Type STORE
The Provider of typeSTORE.
-
TRANSPORT
public static final Provider.Type TRANSPORT
The Provider of typeTRANSPORT.
-
-