| Package | Description |
|---|---|
| ru.dlabs71.library.email.type |
This package contains all the enums using in this library.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachmentType |
AttachmentType.find(String mimeType)
Finds the attachment type by the string of a MIME type using the Regex mechanism.
|
static AttachmentType |
AttachmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentType[] |
AttachmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.