Package com.microsoft.graph.models
Enum Class CategoryColor
- All Implemented Interfaces:
Serializable,Comparable<CategoryColor>,Constable
The Enum Category Color.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionnonepreset0preset1preset10preset11preset12preset13preset14preset15preset16preset17preset18preset19preset2preset20preset21preset22preset23preset24preset3preset4preset5preset6preset7preset8preset9For CategoryColor values that were not expected from the service -
Method Summary
Modifier and TypeMethodDescriptionstatic CategoryColorReturns the enum constant of this class with the specified name.static CategoryColor[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
none -
PRESET0
preset0 -
PRESET1
preset1 -
PRESET2
preset2 -
PRESET3
preset3 -
PRESET4
preset4 -
PRESET5
preset5 -
PRESET6
preset6 -
PRESET7
preset7 -
PRESET8
preset8 -
PRESET9
preset9 -
PRESET10
preset10 -
PRESET11
preset11 -
PRESET12
preset12 -
PRESET13
preset13 -
PRESET14
preset14 -
PRESET15
preset15 -
PRESET16
preset16 -
PRESET17
preset17 -
PRESET18
preset18 -
PRESET19
preset19 -
PRESET20
preset20 -
PRESET21
preset21 -
PRESET22
preset22 -
PRESET23
preset23 -
PRESET24
preset24 -
UNEXPECTED_VALUE
For CategoryColor 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
-