Uses of Class
jakarta.mail.util.StreamProvider.EncoderTypes
-
Packages that use StreamProvider.EncoderTypes Package Description jakarta.mail.util Jakarta Mail API utility classes. -
-
Uses of StreamProvider.EncoderTypes in jakarta.mail.util
Methods in jakarta.mail.util that return StreamProvider.EncoderTypes Modifier and Type Method Description static StreamProvider.EncoderTypesStreamProvider.EncoderTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamProvider.EncoderTypes[]StreamProvider.EncoderTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-