Enum Class PayloadIndustry

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

public enum PayloadIndustry extends Enum<PayloadIndustry>
The Enum Payload Industry.
  • Enum Constant Details

    • UNKNOWN

      public static final PayloadIndustry UNKNOWN
      unknown
    • OTHER

      public static final PayloadIndustry OTHER
      other
    • BANKING

      public static final PayloadIndustry BANKING
      banking
    • BUSINESS_SERVICES

      public static final PayloadIndustry BUSINESS_SERVICES
      business Services
    • CONSUMER_SERVICES

      public static final PayloadIndustry CONSUMER_SERVICES
      consumer Services
    • EDUCATION

      public static final PayloadIndustry EDUCATION
      education
    • ENERGY

      public static final PayloadIndustry ENERGY
      energy
    • CONSTRUCTION

      public static final PayloadIndustry CONSTRUCTION
      construction
    • CONSULTING

      public static final PayloadIndustry CONSULTING
      consulting
    • FINANCIAL_SERVICES

      public static final PayloadIndustry FINANCIAL_SERVICES
      financial Services
    • GOVERNMENT

      public static final PayloadIndustry GOVERNMENT
      government
    • HOSPITALITY

      public static final PayloadIndustry HOSPITALITY
      hospitality
    • INSURANCE

      public static final PayloadIndustry INSURANCE
      insurance
    • COURIER_SERVICES

      public static final PayloadIndustry COURIER_SERVICES
      courier Services
    • IT

      public static final PayloadIndustry IT
      IT
    • HEALTHCARE

      public static final PayloadIndustry HEALTHCARE
      healthcare
    • MANUFACTURING

      public static final PayloadIndustry MANUFACTURING
      manufacturing
    • RETAIL

      public static final PayloadIndustry RETAIL
      retail
    • TELECOM

      public static final PayloadIndustry TELECOM
      telecom
    • REAL_ESTATE

      public static final PayloadIndustry REAL_ESTATE
      real Estate
    • UNKNOWN_FUTURE_VALUE

      public static final PayloadIndustry UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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