Enum Class PayloadTheme

java.lang.Object
java.lang.Enum<PayloadTheme>
com.microsoft.graph.models.PayloadTheme
All Implemented Interfaces:
Serializable, Comparable<PayloadTheme>, Constable

public enum PayloadTheme extends Enum<PayloadTheme>
The Enum Payload Theme.
  • Enum Constant Details

    • UNKNOWN

      public static final PayloadTheme UNKNOWN
      unknown
    • OTHER

      public static final PayloadTheme OTHER
      other
    • ACCOUNT_ACTIVATION

      public static final PayloadTheme ACCOUNT_ACTIVATION
      account Activation
    • ACCOUNT_VERIFICATION

      public static final PayloadTheme ACCOUNT_VERIFICATION
      account Verification
    • BILLING

      public static final PayloadTheme BILLING
      billing
    • CLEAN_UP_MAIL

      public static final PayloadTheme CLEAN_UP_MAIL
      clean Up Mail
    • CONTROVERSIAL

      public static final PayloadTheme CONTROVERSIAL
      controversial
    • DOCUMENT_RECEIVED

      public static final PayloadTheme DOCUMENT_RECEIVED
      document Received
    • EXPENSE

      public static final PayloadTheme EXPENSE
      expense
    • FAX

      public static final PayloadTheme FAX
      fax
    • FINANCE_REPORT

      public static final PayloadTheme FINANCE_REPORT
      finance Report
    • INCOMING_MESSAGES

      public static final PayloadTheme INCOMING_MESSAGES
      incoming Messages
    • INVOICE

      public static final PayloadTheme INVOICE
      invoice
    • ITEM_RECEIVED

      public static final PayloadTheme ITEM_RECEIVED
      item Received
    • LOGIN_ALERT

      public static final PayloadTheme LOGIN_ALERT
      login Alert
    • MAIL_RECEIVED

      public static final PayloadTheme MAIL_RECEIVED
      mail Received
    • PASSWORD

      public static final PayloadTheme PASSWORD
      password
    • PAYMENT

      public static final PayloadTheme PAYMENT
      payment
    • PAYROLL

      public static final PayloadTheme PAYROLL
      payroll
    • PERSONALIZED_OFFER

      public static final PayloadTheme PERSONALIZED_OFFER
      personalized Offer
    • QUARANTINE

      public static final PayloadTheme QUARANTINE
      quarantine
    • REMOTE_WORK

      public static final PayloadTheme REMOTE_WORK
      remote Work
    • REVIEW_MESSAGE

      public static final PayloadTheme REVIEW_MESSAGE
      review Message
    • SECURITY_UPDATE

      public static final PayloadTheme SECURITY_UPDATE
      security Update
    • SERVICE_SUSPENDED

      public static final PayloadTheme SERVICE_SUSPENDED
      service Suspended
    • SIGNATURE_REQUIRED

      public static final PayloadTheme SIGNATURE_REQUIRED
      signature Required
    • UPGRADE_MAILBOX_STORAGE

      public static final PayloadTheme UPGRADE_MAILBOX_STORAGE
      upgrade Mailbox Storage
    • VERIFY_MAILBOX

      public static final PayloadTheme VERIFY_MAILBOX
      verify Mailbox
    • VOICEMAIL

      public static final PayloadTheme VOICEMAIL
      voicemail
    • EMPLOYEE_ENGAGEMENT

      public static final PayloadTheme EMPLOYEE_ENGAGEMENT
      employee Engagement
    • UNKNOWN_FUTURE_VALUE

      public static final PayloadTheme UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

      public static final PayloadTheme UNEXPECTED_VALUE
      For PayloadTheme values that were not expected from the service
  • Method Details

    • values

      public static PayloadTheme[] 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

      public static PayloadTheme valueOf(String name)
      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 name
      NullPointerException - if the argument is null