Enum Class PayloadBrand

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

public enum PayloadBrand extends Enum<PayloadBrand>
The Enum Payload Brand.
  • Enum Constant Details

    • UNKNOWN

      public static final PayloadBrand UNKNOWN
      unknown
    • OTHER

      public static final PayloadBrand OTHER
      other
    • AMERICAN_EXPRESS

      public static final PayloadBrand AMERICAN_EXPRESS
      american Express
    • CAPITAL_ONE

      public static final PayloadBrand CAPITAL_ONE
      capital One
    • DHL

      public static final PayloadBrand DHL
      dhl
    • DOCU_SIGN

      public static final PayloadBrand DOCU_SIGN
      docu Sign
    • DROPBOX

      public static final PayloadBrand DROPBOX
      dropbox
    • FACEBOOK

      public static final PayloadBrand FACEBOOK
      facebook
    • FIRST_AMERICAN

      public static final PayloadBrand FIRST_AMERICAN
      first American
    • MICROSOFT

      public static final PayloadBrand MICROSOFT
      microsoft
    • NETFLIX

      public static final PayloadBrand NETFLIX
      netflix
    • SCOTIABANK

      public static final PayloadBrand SCOTIABANK
      scotiabank
    • SEND_GRID

      public static final PayloadBrand SEND_GRID
      send Grid
    • STEWART_TITLE

      public static final PayloadBrand STEWART_TITLE
      stewart Title
    • TESCO

      public static final PayloadBrand TESCO
      tesco
    • WELLS_FARGO

      public static final PayloadBrand WELLS_FARGO
      wells Fargo
    • SYRINX_CLOUD

      public static final PayloadBrand SYRINX_CLOUD
      syrinx Cloud
    • ADOBE

      public static final PayloadBrand ADOBE
      adobe
    • TEAMS

      public static final PayloadBrand TEAMS
      teams
    • ZOOM

      public static final PayloadBrand ZOOM
      zoom
    • UNKNOWN_FUTURE_VALUE

      public static final PayloadBrand UNKNOWN_FUTURE_VALUE
      unknown Future Value
    • UNEXPECTED_VALUE

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

    • values

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