Uses of Enum Class
net.bluemind.backend.mail.api.DispositionType
Packages that use DispositionType
-
Uses of DispositionType in net.bluemind.backend.mail.api
Subclasses with type arguments of type DispositionType in net.bluemind.backend.mail.apiModifier and TypeClassDescriptionenumThe disposition types of the "Content-Disposition" header (RFC-2183).Fields in net.bluemind.backend.mail.api declared as DispositionTypeMethods in net.bluemind.backend.mail.api that return DispositionTypeModifier and TypeMethodDescriptionstatic DispositionTypeReturns the enum constant of this class with the specified name.static DispositionTypeDispositionType.valueOfNullSafeIgnoreCase(String dispositionTypeString) static DispositionType[]DispositionType.values()Returns an array containing the constants of this enum class, in the order they are declared.