Package com.microsoft.graph.models
Enum Class PayloadTheme
- All Implemented Interfaces:
Serializable,Comparable<PayloadTheme>,Constable
The Enum Payload Theme.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionaccount Activationaccount Verificationadvertisementbillingclean Up Mailcontroversialdocument Receivedemployee Engagementexpensefaxfinance Reportincoming Messagesinvoiceitem Receivedlogin Alertmail Receivedotherpasswordpaymentpayrollpersonalized Offerquarantineremote Workreview Messagesecurity Updateservice Suspendedsignature RequiredFor PayloadTheme values that were not expected from the serviceunknownunknown Future Valueupgrade Mailbox Storageverify Mailboxvoicemail -
Method Summary
Modifier and TypeMethodDescriptionstatic PayloadThemeReturns the enum constant of this class with the specified name.static PayloadTheme[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
OTHER
other -
ACCOUNT_ACTIVATION
account Activation -
ACCOUNT_VERIFICATION
account Verification -
BILLING
billing -
CLEAN_UP_MAIL
clean Up Mail -
CONTROVERSIAL
controversial -
DOCUMENT_RECEIVED
document Received -
EXPENSE
expense -
FAX
fax -
FINANCE_REPORT
finance Report -
INCOMING_MESSAGES
incoming Messages -
INVOICE
invoice -
ITEM_RECEIVED
item Received -
LOGIN_ALERT
login Alert -
MAIL_RECEIVED
mail Received -
PASSWORD
password -
PAYMENT
payment -
PAYROLL
payroll -
PERSONALIZED_OFFER
personalized Offer -
QUARANTINE
quarantine -
REMOTE_WORK
remote Work -
REVIEW_MESSAGE
review Message -
SECURITY_UPDATE
security Update -
SERVICE_SUSPENDED
service Suspended -
SIGNATURE_REQUIRED
signature Required -
UPGRADE_MAILBOX_STORAGE
upgrade Mailbox Storage -
VERIFY_MAILBOX
verify Mailbox -
VOICEMAIL
voicemail -
ADVERTISEMENT
advertisement -
EMPLOYEE_ENGAGEMENT
employee Engagement -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For PayloadTheme 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
-