DeliveryLocation Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. securityinsights. models. DeliveryLocation
- com.
- java.
public enum DeliveryLocation
extends Enum<DeliveryLocation>
The delivery location of this mail message like Inbox, JunkFolder etc.
Fields
| DELETED_FOLDER |
Enum value Deleted |
| DROPPED |
Enum value Dropped. |
| EXTERNAL |
Enum value External. |
| FAILED |
Enum value Failed. |
| FORWARDED |
Enum value Forwarded. |
| INBOX |
Enum value Inbox. |
| JUNK_FOLDER |
Enum value Junk |
| QUARANTINE |
Enum value Quarantine. |
| UNKNOWN |
Enum value Unknown. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static DeliveryLocation fromString(String value)
Parses a serialized value to a DeliveryLocation instance.
Parameters
- value
- String