- 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 SummaryFields Modifier and Type Field Description static Provider.TypeSTOREThe Provider of typeSTORE.static Provider.TypeTRANSPORTThe Provider of typeTRANSPORT.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
STOREpublic static final Provider.Type STORE The Provider of typeSTORE.
 - 
TRANSPORTpublic static final Provider.Type TRANSPORT The Provider of typeTRANSPORT.
 
- 
 
-