Package com.microsoft.graph.models
Enum Class PayloadBrand
- All Implemented Interfaces:
Serializable,Comparable<PayloadBrand>,Constable
The Enum Payload Brand.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionadobeamerican Expresscapital Onedhldocu Signdropboxfacebookfirst Americanmicrosoftnetflixotherscotiabanksend Gridstewart Titlesyrinx CloudteamstescoFor PayloadBrand values that were not expected from the serviceunknownunknown Future Valuewells Fargozoom -
Method Summary
Modifier and TypeMethodDescriptionstatic PayloadBrandReturns the enum constant of this class with the specified name.static PayloadBrand[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
unknown -
OTHER
other -
AMERICAN_EXPRESS
american Express -
CAPITAL_ONE
capital One -
DHL
dhl -
DOCU_SIGN
docu Sign -
DROPBOX
dropbox -
FACEBOOK
facebook -
FIRST_AMERICAN
first American -
MICROSOFT
microsoft -
NETFLIX
netflix -
SCOTIABANK
scotiabank -
SEND_GRID
send Grid -
STEWART_TITLE
stewart Title -
TESCO
tesco -
WELLS_FARGO
wells Fargo -
SYRINX_CLOUD
syrinx Cloud -
ADOBE
adobe -
TEAMS
teams -
ZOOM
zoom -
UNKNOWN_FUTURE_VALUE
unknown Future Value -
UNEXPECTED_VALUE
For PayloadBrand 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
-