Package com.microsoft.graph.models
Enum Class MailDestinationRoutingReason
java.lang.Object
java.lang.Enum<MailDestinationRoutingReason>
com.microsoft.graph.models.MailDestinationRoutingReason
- All Implemented Interfaces:
Serializable
,Comparable<MailDestinationRoutingReason>
,Constable
The Enum Mail Destination Routing Reason.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionadvanced Spam Filteringauto Purge To Deletedauto Purge To Inboxauto Purge To Junkblocked Senderdomain Allow Listdomain Block Listfirst Time Senderjunkmail Flow Rulenonenot In Address Booknot Junkoutboundsafe SenderFor MailDestinationRoutingReason values that were not expected from the serviceunknown Future Value -
Method Summary
Modifier and TypeMethodDescriptionstatic MailDestinationRoutingReason
Returns the enum constant of this class with the specified name.static MailDestinationRoutingReason[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
none -
MAIL_FLOW_RULE
mail Flow Rule -
SAFE_SENDER
safe Sender -
BLOCKED_SENDER
blocked Sender -
ADVANCED_SPAM_FILTERING
advanced Spam Filtering -
DOMAIN_ALLOW_LIST
domain Allow List -
DOMAIN_BLOCK_LIST
domain Block List -
NOT_IN_ADDRESS_BOOK
not In Address Book -
FIRST_TIME_SENDER
first Time Sender -
AUTO_PURGE_TO_INBOX
auto Purge To Inbox -
AUTO_PURGE_TO_JUNK
auto Purge To Junk -
AUTO_PURGE_TO_DELETED
auto Purge To Deleted -
OUTBOUND
outbound -
NOT_JUNK
not Junk -
JUNK
junk -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For MailDestinationRoutingReason values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-